Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 16 lines (11 sloc) 0.266 kb
36831ec Michał Gołębiowski refactor(jshint): reduce duplication & test all JS files
mzgol authored
1 'use strict';
2
39c82f3 Julie Ralph chore(travis): reorganize protractor configs to group by spec instead of...
juliemr authored
3 var config = require('./protractor-shared-conf').config;
2ed4ad5 Julie Ralph feat(build): add a grunt test for running protractor tests extracted fro...
juliemr authored
4
39c82f3 Julie Ralph chore(travis): reorganize protractor configs to group by spec instead of...
juliemr authored
5 config.specs = [
2240c11 ⭐caitp⭐ chore(tests): implement e2e test harness outside of docs app
caitp authored
6 'test/e2e/tests/**/*.js',
39c82f3 Julie Ralph chore(travis): reorganize protractor configs to group by spec instead of...
juliemr authored
7 'build/docs/ptore2e/**/*.js',
fb7e05c Pete Bacon Darwin chore(docs): ensure all docs e2e tests are run
petebacondarwin authored
8 'docs/app/e2e/**/*.scenario.js'
39c82f3 Julie Ralph chore(travis): reorganize protractor configs to group by spec instead of...
juliemr authored
9 ];
2ed4ad5 Julie Ralph feat(build): add a grunt test for running protractor tests extracted fro...
juliemr authored
10
39c82f3 Julie Ralph chore(travis): reorganize protractor configs to group by spec instead of...
juliemr authored
11 config.capabilities = {
12 browserName: 'chrome',
2ed4ad5 Julie Ralph feat(build): add a grunt test for running protractor tests extracted fro...
juliemr authored
13 };
39c82f3 Julie Ralph chore(travis): reorganize protractor configs to group by spec instead of...
juliemr authored
14
15 exports.config = config;
Something went wrong with that request. Please try again.