Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 21 lines (15 sloc) 0.316 kb
2ed4ad5 Julie Ralph feat(build): add a grunt test for running protractor tests extracted fro...
juliemr authored
1 exports.config = {
2 allScriptsTimeout: 11000,
3
4 specs: [
5 'build/docs/ptore2e/**/*.js',
039b990 Jeff Cross test(docs): add protractor tests for docs app
jeffbcross authored
6 'test/e2e/docsAppE2E.js'
2ed4ad5 Julie Ralph feat(build): add a grunt test for running protractor tests extracted fro...
juliemr authored
7 ],
8
9 capabilities: {
10 'browserName': 'chrome'
11 },
12
13 baseUrl: 'http://localhost:8000/build/docs/',
14
15 framework: 'jasmine',
16
17 jasmineNodeOpts: {
18 defaultTimeoutInterval: 30000
19 }
20 };
Something went wrong with that request. Please try again.