Front-end testing in a headless environment
This tool can be used to run your front-end tests in an environment without a display server, like Jenkins. The only requirement is Docker. The underlying container used by korn
is circleci/node:X.Y.Z-browsers
depending on the --node
flag provided.
$ npm install -g korn
$ korn --help
Usage
$ korn [cwd]
Options
--verbose Run in verbose mode [Default: false]
--node, -n Node.js version to run your tests in [Default: Running Node.js version]
--flags, -f Extra flags that are passed to the test command
Example
$ korn -f=single-run
- Trevor - Your own Travis CI to run tests locally.
MIT © Sam Verschueren