1.2.3 • Published 8 years ago
testcafe-wrapper v1.2.3
TestCafe Wrapper
Generate TestCafe unit tests by creating simple yaml files.
Install testcafe-wrapper
npm install -g testcafe-wrapperSample 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 : submitGenerate the code and run the command
testcafe-wrapperFull 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 -tFor a list of available commands
testcafe-wrapper -help1.2.3
8 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.5
9 years ago
1.1.4
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.9
9 years ago
1.0.8
9 years ago
1.0.7
9 years ago
1.0.6
9 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago