Skip to content

Commit

Permalink
10 feature add no e2e test script (#11)
Browse files Browse the repository at this point in the history
* add no e2e script

* update no e2e test comand
  • Loading branch information
zoe-marie authored Apr 29, 2024
1 parent 2622c2c commit 088c838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@ yarn test
to run tests without end to end testing run:

```sh
yarn backstage-cli repo test
```
yarn test:no-e2e
```
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 088c838

Please sign in to comment.