https://github.com/kazuma1989/hello-testcafe
https://github.com/kazuma1989/hello-testcafe
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazuma1989/hello-testcafe
- Owner: kazuma1989
- Created: 2019-12-04T10:09:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:18:04.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:33:05.980Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-testcafe
[TestCafe](https://devexpress.github.io/testcafe/) trial
## Getting Started
Requirements:
- Node.js (LTS) installed
- Browsers installedClone the repo, then run:
```zsh
npm install
npm test
```## What is TestCafe?
> A node.js tool to automate end-to-end web testing
> (https://devexpress.github.io/testcafe/)## Why do I use TestCafe?
- I need to write tests for multi browsers
- I don't want to install the drivers for each browser in CI environments| | TestCafe | Selenium | Cypress | Puppeteer |
| -------- | ----------------------------------- | ----------------------------------- | --------------- | --------- |
| Browsers | Chrome, Firefox, Safari, Edge, IE11 | Chrome, Firefox, Safari, Edge, IE11 | Chrome, Firefox | Chrome |
| Language | TypeScript, Node.js | Java, Groovy | Node.js | Node.js |
| Drivers | - | Required | - | - |