Skip to content

Commit

Permalink
test(e2e): fix e2e tests not found
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Aug 15, 2019
1 parent 95577d9 commit 76ad877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Phonebook.Frontend/e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { SpecReporter } = require('jasmine-spec-reporter');
*/
exports.config = {
allScriptsTimeout: 11000,
specs: ['./src/e2e/**/*.e2e-spec.ts'],
specs: ['./src/**/*.e2e-spec.ts'],
capabilities: {
browserName: 'chrome',
binary: process.env.CHROME_BIN,
Expand Down

0 comments on commit 76ad877

Please sign in to comment.