Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mishalalex authored Aug 8, 2024
1 parent cb1e13d commit 946b805
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# cypress-e2e-framework
This is a simple framework created using Cypress with Mochawesome reports capable of CI/CD execution with Github actions.
This repository contains two test files - a spec file which registers a user on a test site and another spec file which adds a product to the cart after logging in.
This is an end-to-end test automation framework created using Cypress with Mochawesome reports capable of CI/CD execution with Github actions for both Rest API and UI.
The api tests are stored under the 'e2e/api-tests' folder and the ui tests under 'e2e/ui-tests' folder.
Test data is stored in the 'fixtures' folder.


To run -
1. Clone the repository
Expand Down

0 comments on commit 946b805

Please sign in to comment.