Skip to content
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

Merged
merged 1 commit into from
Dec 7, 2017
Merged

feat(bdd): add bdd support #3026

merged 1 commit into from
Dec 7, 2017

Conversation

YevheniiaMazur
Copy link

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.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated tests.
  • added/updated API documentation.
  • added/updated demos.

@codecov
Copy link

codecov bot commented Nov 11, 2017

Codecov Report

Merging #3026 into development will increase coverage by 0.44%.
The diff coverage is n/a.

Impacted file tree graph

@@               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
Impacted Files Coverage Δ
src/index.ts 100% <0%> (ø) ⬆️
demo/src/app/app.component.ts 34.28% <0%> (ø) ⬆️
...ker/themes/bs/bs-datepicker-container.component.ts 38.7% <0%> (ø) ⬆️
...c/datepicker/bs-daterangepicker-input.directive.ts 29.09% <0%> (ø) ⬆️
src/modal/bs-modal.service.ts 22.85% <0%> (ø) ⬆️
src/sortable/index.ts 100% <0%> (ø) ⬆️
src/datepicker/reducer/bs-datepicker.effects.ts 17.64% <0%> (ø) ⬆️
...hemes/bs/bs-daterangepicker-container.component.ts 30.76% <0%> (ø) ⬆️
...themes/bs/bs-datepicker-day-decorator.directive.ts 100% <0%> (ø) ⬆️
src/datepicker/bs-datepicker-input.directive.ts 32.65% <0%> (ø) ⬆️
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d97211b...88db5da. Read the comment docs.

@valorkin valorkin changed the title feat(bdd): add bdd support WIP feat(bdd): add bdd support Nov 11, 2017
@YevheniiaMazur YevheniiaMazur force-pushed the feat-add-bdd-support branch 20 times, most recently from 88db5da to eecb039 Compare November 14, 2017 16:28
@codecov-io
Copy link

codecov-io commented Nov 14, 2017

Codecov Report

Merging #3026 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a7f2f0...4dbc080. Read the comment docs.

@YevheniiaMazur YevheniiaMazur force-pushed the feat-add-bdd-support branch 4 times, most recently from 98d493f to 663b29c Compare November 16, 2017 13:27
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.

@ghost ghost added the in progress label Dec 5, 2017
@ghost ghost added the in progress label Dec 5, 2017
@YevheniiaMazur YevheniiaMazur force-pushed the feat-add-bdd-support branch 2 times, most recently from 4213bd0 to bfec46b Compare December 5, 2017 17:59
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.

let page;

switch (componentName) {
case 'Getting Started': {

This comment was marked as off-topic.

@@ -0,0 +1,48 @@
var envUrl = "http://ngx-bootstrap-latest.surge.sh/#/";

This comment was marked as off-topic.

}

if(process.env.TRAVIS) {
envUrl = "http://localhost:3000/"

This comment was marked as off-topic.

},

onPrepare: () => {
require('ts-node').register({project: 'demo/e2e-bdd'});

This comment was marked as off-topic.

@ghost ghost added the in progress label Dec 7, 2017
@valorkin valorkin merged commit c5fb8dc into development Dec 7, 2017
@valorkin valorkin deleted the feat-add-bdd-support branch December 7, 2017 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants