Skip to content

This project consists of UI and API tests implemented using Cypress Real World App. These tests validate the functionality and performance of the application across both frontend and backend components.

License

Notifications You must be signed in to change notification settings

MOrgacki/cypress-javascript-app-and-tests

Repository files navigation


Cypress Real World App Testing

This repository contains UI and API tests written using Cypress Real World App. The tests ensure the functionality and performance of the application across frontend and backend components.

Getting Started

  1. Installation: Clone the repository and install dependencies:

    git clone <repository-url>
    cd <repository-folder>
    yarn
    
  2. Run App: Run Cypress Real World APP:

    npm run dev
    
  3. Run Tests: Execute Cypress tests:

    npx cypress open
    
  4. View Reports: After running tests, view test reports in the Cypress Dashboard or locally.

Technologies Used

  • Cypress
  • JavaScript/Node.js
  • Cypress Real World App

Contributing

Contributions are welcome! Fork the repository and submit a pull request with your enhancements.

License

This project is licensed under the MIT License.


About

This project consists of UI and API tests implemented using Cypress Real World App. These tests validate the functionality and performance of the application across both frontend and backend components.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published