1.2.3 • Published 7 years ago

testcafe-wrapper v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

TestCafe Wrapper

Generate TestCafe unit tests by creating simple yaml files.

Install testcafe-wrapper

npm install -g testcafe-wrapper
Sample yaml file
---
fixture:     Example
page:        http://devexpress.github.io/testcafe/example/

fields:
    - identifier:   submit
      selector:     button[type="submit"]
      element:      button
      type:         submit

tests:
    - name:         Type in a developer name and click submit
      logic:
          - action      : click
            identifier  : submit

Generate the code and run the command

testcafe-wrapper
Full integration into TestRail

Created conf/testrail-conf.json

{
    "host": "http://[testrail_url]/testrail/",
    "username": "testrail_username",
    "password": "testrail_password",
    "projectId": 1
}

To integrate test results straight into testrail add -t

testcafe-wrapper -t

For a list of available commands

testcafe-wrapper -help
1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago