Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavsuryawanshi96/cypress-learning
https://github.com/pranavsuryawanshi96/cypress-learning
cucumber cypress javascript
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pranavsuryawanshi96/cypress-learning
- Owner: pranavsuryawanshi96
- Created: 2024-11-19T19:56:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:53:08.000Z (11 days ago)
- Last Synced: 2025-01-22T17:35:30.873Z (11 days ago)
- Topics: cucumber, cypress, javascript
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress Learning Journey 🚀
Welcome to my **Cypress Learning Repository**! This is where I document my progress, projects, and key takeaways as I dive deep into learning Cypress, the powerful end-to-end testing framework.
## 🌟 About Cypress
Cypress is a modern testing framework designed for web applications. It provides a fast, reliable, and easy-to-use environment for writing and running tests.## 🛠️ Features I’m Exploring
- End-to-end (E2E) testing
- Integration testing
- Writing custom test cases
- Debugging with Cypress
- Automated browser interactions
- API testing using Cypress## 📘 What I’ve Learned So Far
- Setting up Cypress in a project
- Writing my first test case
- Understanding Cypress commands like `cy.get()`, `cy.visit()`, and `cy.click()`
- Assertions using `should()` and `expect()`
- Handling dynamic elements and waits
- Testing user interactions, forms, and navigation flows