Skip to content

Commit

Permalink
docs: Fix custom folder for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed Oct 26, 2023
1 parent 271888c commit 05188e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Learn how to add custom integration tests in the following steps.

## Step 2: Integrating custom Cypress tests into your FastStore project

1. In the root directory of your store, create a new folder named `cypress`.
2. Add your custom integration tests within the `cypress` folder.
1. In the root directory of your store, create a new folder named `cypress/integration`.
2. Add your custom integration tests within the `cypress/integration` folder.
3. Open a pull request with the changes you have made.
4. Within the pull request, navigate to **Checks > Integration Tests** and see **Details**.

Expand Down

0 comments on commit 05188e8

Please sign in to comment.