Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlsf82/ai-testing
A sample project to compare Cypress and Playwright API tests created using ChatGPT.
https://github.com/wlsf82/ai-testing
ai api-testing cypress ghatgpt playwright
Last synced: about 1 month ago
JSON representation
A sample project to compare Cypress and Playwright API tests created using ChatGPT.
- Host: GitHub
- URL: https://github.com/wlsf82/ai-testing
- Owner: wlsf82
- License: mit
- Created: 2024-11-03T18:37:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T02:33:33.000Z (3 months ago)
- Last Synced: 2024-11-11T02:39:23.060Z (3 months ago)
- Topics: ai, api-testing, cypress, ghatgpt, playwright
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI API Testing
A sample project to compare Cypress and Playwright API tests created using ChatGPT.
## Pre-requirements
To run this project, you need to have [Node.js](https://nodejs.org) and [npm](https://www.npmjs.com/) installed on your computer.
At the moment of this writing, I'm using Node.js `v20.16.0` and npm version `10.9.0`.
## Dependencies
To install the `devDependencies`, run `npm install`.
## Tests
To execute the tests, run `npm test`.
## Support this project
To support this project, leave it a star on GitHub. ⭐
___
Copyright, [Talking About Testing](https://talkingabouttesting.com)