Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 294 Bytes

TESTING.md

File metadata and controls

15 lines (10 loc) · 294 Bytes

Node testing

To run the Node test suite:

npm run test:node

You can use the NODE_VERSION env var to choose which version of Node to run the tests on. The default version is 10.

To run a single feature file:

npm run test:node -- features/unhandled_errors.feature