Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimcresswell/testcafe-demo
TestCafe demo
https://github.com/jimcresswell/testcafe-demo
end-to-end-testing test-automation testcafe
Last synced: about 2 months ago
JSON representation
TestCafe demo
- Host: GitHub
- URL: https://github.com/jimcresswell/testcafe-demo
- Owner: jimCresswell
- Created: 2019-10-30T11:54:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T23:35:28.000Z (about 2 years ago)
- Last Synced: 2024-04-15T01:52:18.663Z (9 months ago)
- Topics: end-to-end-testing, test-automation, testcafe
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestCafé demo
Simple demo using [TestCafé](https://devexpress.github.io/testcafe/) with a Page Object approach for end-to-end testing against http://devexpress.github.io/testcafe/example .
## Usage
* install: `yarn`.
* run: `yarn run testcafe chrome demo.test.js` or whichever browser you prefer.Or `npm` equivalents.