mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix: Update travis yaml to run protractor 3
This commit is contained in:
parent
17d2efb822
commit
88ef920a2f
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ require('babel-polyfill');
|
|||
exports.config = {
|
||||
specs: ['./helper.js', './**/*.test.js'],
|
||||
baseUrl: 'http://localhost:3003/',
|
||||
capabilities: {
|
||||
browserName: 'firefox',
|
||||
},
|
||||
directConnect: true,
|
||||
seleniumAddress: 'http://localhost:4444/wd/hub',
|
||||
framework: 'mocha',
|
||||
|
|
|
|||
Loading…
Reference in a new issue