Skip to content

Commit ae5f8fe

Browse files
zoe-marieAGiljanovic
authored andcommitted
10 feature add no e2e test script (#11)
* add no e2e script * update no e2e test comand
1 parent 6617b19 commit ae5f8fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,5 @@ yarn test
310310
to run tests without end to end testing run:
311311

312312
```sh
313-
yarn backstage-cli repo test
314-
```
313+
yarn test:no-e2e
314+
```

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"test": "backstage-cli repo test && playwright test",
2020
"test:all": "backstage-cli repo test --coverage",
2121
"test:e2e": "playwright test",
22+
"test:no-e2e": "backstage-cli repo test",
2223
"fix": "backstage-cli repo fix",
2324
"lint": "backstage-cli repo lint --since origin/master",
2425
"lint:all": "backstage-cli repo lint",

0 commit comments

Comments
 (0)