Skip to content

Instantly share code, notes, and snippets.

@patricksevat
Created November 25, 2019 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patricksevat/dd97fc7a468113834bec1a556328bc59 to your computer and use it in GitHub Desktop.
Save patricksevat/dd97fc7a468113834bec1a556328bc59 to your computer and use it in GitHub Desktop.
Wdio configuration with jasmine #happy-flow grep
// wdio.conf.js
exports.config = {
specs: ['spec/**/*.spec.ts'],
framework: 'jasmine',
jasmineNodeOpts: {
defaultTimeoutInterval: 60000,
grep: '#happy-flow',
invertGrep: false,
},
// ... other config
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment