Skip to content

SamVerschueren/korn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Front-end testing in a headless environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published