How to exclude files from protractor suite? -


i have protractor configuration suites.

i trying configure suite run files one...

is there way that? right have long list of tests want run, nice have run 'everything ..' instead.

i tried this:

mysuite: ['**/*.ptor.js', '!**/excludethis.ptor.js'] 

but didn't work.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -