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
Post a Comment