Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Last active March 15, 2018 07:46
Show Gist options
  • Save innovid-rnd/23380ff157f5559c1f126613ff4d3781 to your computer and use it in GitHub Desktop.
Save innovid-rnd/23380ff157f5559c1f126613ff4d3781 to your computer and use it in GitHub Desktop.
Hygieia - Setup Example
const hygieia = require('@innovid/hygieia');
hygieia.setup({
viewport: { width: 1280, height: 800 }
})
.specDir('./specs')
.reporters([{name: 'spec'}, {name: 'teamcity'}])
.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment