-
-
Save Jiveloper/019930d3648177a8523c9d86ac32cc61 to your computer and use it in GitHub Desktop.
블로깅 WDIO 구축
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
specs: [ | |
'./test/specs/**/*.js' | |
], | |
// Patterns to exclude. | |
exclude: [ | |
// 'path/to/excluded/files' | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment