diff --git a/README.md b/README.md index e07510c..d1c5a19 100644 --- a/README.md +++ b/README.md @@ -310,5 +310,5 @@ yarn test to run tests without end to end testing run: ```sh -yarn backstage-cli repo test -``` \ No newline at end of file +yarn test:no-e2e +``` diff --git a/package.json b/package.json index 2ec8570..3af2822 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "test": "backstage-cli repo test && playwright test", "test:all": "backstage-cli repo test --coverage", "test:e2e": "playwright test", + "test:no-e2e": "backstage-cli repo test", "fix": "backstage-cli repo fix", "lint": "backstage-cli repo lint --since origin/master", "lint:all": "backstage-cli repo lint",