graphql-service-tester
Tests GraphQL service queries and mutations via schema introspection
Tests GraphQL service queries and mutations via schema introspection
MochaJS + ChaiJS + SinonJS Test Runner
测试
A/B Split Testing Component for React
Command line tool to run Javascript tests in several web browsers.
A coverage tool that help you find missing tests, stories etc.
Command line tool for power-assert
Create HTML from TAP reports.
A list of valid, frequently ugly email addresses for use in automated testing
JSON test results processor for Jest.
Send custom Slack messages as a Jest test results processor.
5 minutes 2 weekend
The excellent tape-run ported as Webpack plugin
Test the validity of an email address
metavariables for testing
Custom matchers for ts-utils result class
Setup and build modern web applications.
util for building sequelize model fixtures, mostly useful for setting up test data.
```node.js const provoker = require('provoker'); provoker.provoke(['Username:-', 'Password:-'], (results) => { console.log(results); process.exit(); }); ``` ###### The 'process.exit();' line The process.exit(); line is extremely important
Given an array, pick some random elements and return them in a new array.