Merge branch 'master' into develop

This commit is contained in:
olivermrbl
2022-10-04 10:50:12 +02:00
302 changed files with 8790 additions and 3787 deletions
+1 -12
View File
@@ -1,14 +1,3 @@
# Integration-tests
To be able to run the integration tests on your local machine,
run the following commands (adapted to your machine)
```bash
cd [ROOT_OF_YOUR_REPO]
medusa-dev -p [YOUR_ABSOLUTE_PATH_TO_THE_REPO]
npm run bootstrap
cd integration-tests/api
medusa-dev -s
npm run build
cd - && npm run test:integration
```
Check out the [local development documentation to learn how to run integration tests](https://docs.medusajs.com/usage/local-development#run-tests-in-the-repository).