-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bdd): add bdd support #3026
Conversation
Codecov Report
@@ Coverage Diff @@
## development #3026 +/- ##
===============================================
+ Coverage 65.49% 65.94% +0.44%
===============================================
Files 207 207
Lines 5597 5552 -45
Branches 985 874 -111
===============================================
- Hits 3666 3661 -5
- Misses 1669 1696 +27
+ Partials 262 195 -67
Continue to review full report at Codecov.
|
88db5da
to
eecb039
Compare
Codecov Report
@@ Coverage Diff @@
## development #3026 +/- ##
============================================
Coverage 65.04% 65.04%
============================================
Files 210 210
Lines 5690 5690
Branches 999 999
============================================
Hits 3701 3701
Misses 1724 1724
Partials 265 265 Continue to review full report at Codecov.
|
98d493f
to
663b29c
Compare
2e067d1
to
6132334
Compare
package.json
Outdated
@@ -105,6 +109,7 @@ | |||
"core-js": "2.5.1", | |||
"cpy": "5.1.0", | |||
"cpy-cli": "1.0.1", | |||
"cucumber": "^3.1.0", |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
48ea48a
to
8b5df8a
Compare
8b5df8a
to
bd07ecb
Compare
4213bd0
to
bfec46b
Compare
const elemPosition = await button.getLocation(); | ||
if (elemPosition.y > viewPortBorders.height) { | ||
await browser.executeScript(function () { | ||
return arguments[0].scrollIntoView(); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
let page; | ||
|
||
switch (componentName) { | ||
case 'Getting Started': { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
bfec46b
to
7792255
Compare
7792255
to
881980b
Compare
881980b
to
0512bb7
Compare
protractor.cucumber.js
Outdated
@@ -0,0 +1,48 @@ | |||
var envUrl = "http://ngx-bootstrap-latest.surge.sh/#/"; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
protractor.cucumber.js
Outdated
} | ||
|
||
if(process.env.TRAVIS) { | ||
envUrl = "http://localhost:3000/" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
protractor.cucumber.js
Outdated
}, | ||
|
||
onPrepare: () => { | ||
require('ts-node').register({project: 'demo/e2e-bdd'}); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
0512bb7
to
4c63ff1
Compare
4c63ff1
to
4dbc080
Compare
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.