0.5.0 • Published 4 years ago

korn v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

korn Build Status

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.

Install

$ npm install -g korn

Usage

$ 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

Related

  • Trevor - Your own Travis CI to run tests locally.

License

MIT © Sam Verschueren