https://github.com/bahmutov/use-cypress-for-api-testing
Example using Cypress test runner to run API tests
https://github.com/bahmutov/use-cypress-for-api-testing
cypress-example
Last synced: 9 months ago
JSON representation
Example using Cypress test runner to run API tests
- Host: GitHub
- URL: https://github.com/bahmutov/use-cypress-for-api-testing
- Owner: bahmutov
- Created: 2024-02-08T13:23:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T15:27:39.000Z (over 2 years ago)
- Last Synced: 2024-12-27T20:59:49.162Z (over 1 year ago)
- Topics: cypress-example
- Language: JavaScript
- Homepage: https://glebbahmutov.com/blog/use-cypress-for-api-testing/
- Size: 459 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use-cypress-for-api-testing
> Example using Cypress test runner to run API tests
📝 Read the blog post [Use Cypress For API Testing](https://glebbahmutov.com/blog/use-cypress-for-api-testing/)
This app is used to teach lessons from 🎓 [Cypress Plugins](https://cypress.tips/courses/cypress-plugins)
- [Lesson f13: Create tests from fetched data](https://cypress.tips/courses/cypress-plugins/lessons/f13)
- [Lesson f14: Create N predetermined tests](https://cypress.tips/courses/cypress-plugins/lessons/f14)
## Small print
Author: Gleb Bahmutov <gleb.bahmutov@gmail.com> © 2024
- [@bahmutov](https://twitter.com/bahmutov)
- [glebbahmutov.com](https://glebbahmutov.com)
- [blog](https://glebbahmutov.com/blog)
- [videos](https://www.youtube.com/glebbahmutov)
- [presentations](https://slides.com/bahmutov)
- [cypress.tips](https://cypress.tips)
- [Cypress Tips & Tricks Newsletter](https://cypresstips.substack.com/)
- [my Cypress courses](https://cypress.tips/courses)
License: MIT - do anything with the code, but don't blame me if it does not work.