GitHub – DevExpress/testcafe: A Node.js tool to automate end-to-end web testing.
Posted by jpluimers on 2020/12/09
In my list of things to play with: [WayBack] GitHub – DevExpress/testcafe: A Node.js tool to automate end-to-end web testing.:
A Node.js tool to automate end-to-end web testing.
Write tests in JS or TypeScript, run them and view results.https://devexpress.github.io/testcafe
- Works on all popular environments: TestCafe runs on Windows, MacOS, and Linux. It supports desktop, mobile, remote and cloud browsers (UI or headless).
- 1 minute to set up: You do not need WebDriver or any other testing software. Install TestCafe with one command, and you are ready to test:
npm install -g testcafe
- Free and open source: TestCafe is free to use under the MIT license. Plugins provide custom reports, integration with other tools, launching tests from IDE, etc. You can use the plugins made by the GitHub community or make your own.
Related:
- [WayBack] A node.js tool to automate end-to-end web testing | TestCafe:
Use TestCafe to write tests in JS or TypeScript, run them and view results. TestCafe runs on Windows, MacOS, and Linux and takes 1 minute to set up.
- [WayBack] TestCafe: Web Testing Framework | DevExpress
100% web-based functional testing framework with integrated visual test recorder, remote device testing, and natural JavaScript API
- From download to recording your first test in less than 5 minutes — installer automatically configures your environment.
- With TestCafe, you can run tests in any browser that supports HTML5 (including IE9+, Chrome, Firefox, Safari, Opera).
- TestCafe is operating system agnostic so you can run tests on Windows, Mac or Linux machines.
- Run tests on remote computers and mobile devices.
- Run tests in multiple browsers and on multiple machines in parallel.
- Run tests in the background on any machine.
- TestCafe allows you to test web pages that require Basic and Windows HTTP Authentication.
Via:
- [WayBack] tic-tac-toe/e2e.js at master · rgabs/tic-tac-toe · GitHub
- [WayBack] Rahul gaba on Twitter: “Just tried testcafe. Its super easy to install and even easier to write E2E tests. PS: Source code for the below test: github #webdevelopment #javascript #testing #FrontEnd @DXTestCafe”
- https://video.twimg.com/tweet_video/Dv_vGf2WsAAe-GW.mp4
Screen materials below the fold.
–jeroen
–jeroen
Leave a Reply