MitocGroup / recink

REciNK - Rethink Continuous Integration for JavaScript Applications
https://www.npmjs.org/package/recink
Mozilla Public License 2.0
14 stars 5 forks source link

Decouple testcafe from recink and move it into new component #117

Closed eistrati closed 6 years ago

eistrati commented 6 years ago
e2e:
    testcafe:      - framework used for e2e test execution
      screenshot:
        enabled: true
        take-on-fail: true
        path: './tests/e2e/screenshots'
      browsers:
        - firefox --headless
    pattern:
      - /.+\.e2e\.js$/i
    ignore: ~
avozicov commented 6 years ago

I would suggest an improvement here:

Actual result:

Please refer to attachment for log:

screen shot 2018-02-21 at 18 44 14

Improvement suggestion:

ddimitrioglo commented 6 years ago

@avozicov good point, thanks!

ddimitrioglo commented 6 years ago

updated 😉

avozicov commented 6 years ago

Test Passed

Acceptance Criteria:

eistrati commented 6 years ago

Checked.