UNPKG
cdtsuite
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.0
Config driven testing suite for protractor
github.com/Zergus/CDTSuite
Zergus/CDTSuite
cdtsuite
/
protractor.config.js
7 lines
(6 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
require
(
'babel/register'
);
exports
.
config
= {
framework
:
'jasmine'
,
seleniumAddress
:
'http://localhost:4444/wd/hub'
,
specs
: [
'spec.js'
] }