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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -