Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-popov-tech committed Nov 5, 2018
1 parent c3be31b commit 8f031b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ cache: ./node_modules

install: npm install

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 5

script: npm test

after_script:
Expand Down
2 changes: 1 addition & 1 deletion test/utils/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export namespace TestUtils {

export function buildWebDriver(): WebDriver {
return new Builder().withCapabilities(Capabilities.chrome())
.setChromeOptions(new Options().addArguments('--no-sandbox'))
// .setChromeOptions(new Options().addArguments('--no-sandbox'))
.build();
}

Expand Down

0 comments on commit 8f031b4

Please sign in to comment.