We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfbc851 + 4801953 commit 37aa544Copy full SHA for 37aa544
README.md
@@ -26,7 +26,7 @@ We can also configure our root directory where the mocks and protractor configur
26
onPrepare: function(){
27
require('protractor-http-mock').config = {
28
rootDirectory: __dirname, // default value: process.cwd()
29
- protractorConfig: 'my-protractor-config.conf' // default value: 'protractor.conf'
+ protractorConfig: 'my-protractor-config.conf' // default value: 'protractor-conf.js'
30
};
31
}
32
0 commit comments