We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6617b19 commit ae5f8feCopy full SHA for ae5f8fe
README.md
@@ -310,5 +310,5 @@ yarn test
310
to run tests without end to end testing run:
311
312
```sh
313
-yarn backstage-cli repo test
314
-```
+yarn test:no-e2e
+```
package.json
@@ -19,6 +19,7 @@
19
"test": "backstage-cli repo test && playwright test",
20
"test:all": "backstage-cli repo test --coverage",
21
"test:e2e": "playwright test",
22
+ "test:no-e2e": "backstage-cli repo test",
23
"fix": "backstage-cli repo fix",
24
"lint": "backstage-cli repo lint --since origin/master",
25
"lint:all": "backstage-cli repo lint",
0 commit comments