Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,357
Star
35,286
Fork
14,286
angular
/
angular.js
Code
Issues
Pull Requests
Wiki
Pulse
Graphs
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Permalink
angular.js
/
protractor-conf.js
Newer
Older
100644
15 lines (10 sloc)
0.231 kb
Raw
Normal view
History
36831ec
refactor(jshint): reduce duplication & test all JS files
mzgol
authored
Jun 23, 2014
1
'
use strict
'
;
2
39c82f3
chore(travis): reorganize protractor configs to group by spec instead of...
juliemr
authored
Feb 19, 2014
3
var
config
=
require
(
'
./protractor-shared-conf
'
).config;
2ed4ad5
feat(build): add a grunt test for running protractor tests extracted fro...
juliemr
authored
Jan 7, 2014
4
39c82f3
chore(travis): reorganize protractor configs to group by spec instead of...
juliemr
authored
Feb 20, 2014
5
config.specs
=
[
6
'
build/docs/ptore2e/**/*.js
'
,
7
'
test/e2e/docsAppE2E.js
'
8
];
2ed4ad5
feat(build): add a grunt test for running protractor tests extracted fro...
juliemr
authored
Jan 7, 2014
9
39c82f3
chore(travis): reorganize protractor configs to group by spec instead of...
juliemr
authored
Feb 20, 2014
10
config.capabilities
=
{
11
browserName
:
'
chrome
'
,
2ed4ad5
feat(build): add a grunt test for running protractor tests extracted fro...
juliemr
authored
Jan 7, 2014
12
};
39c82f3
chore(travis): reorganize protractor configs to group by spec instead of...
juliemr
authored
Feb 20, 2014
13
14
exports
.config
=
config;
Something went wrong with that request. Please try again.