From b75ea2de7f4d00cc5ce4c128c077708606e33b42 Mon Sep 17 00:00:00 2001 From: juliusdw Date: Tue, 9 Apr 2024 18:23:29 +0000 Subject: [PATCH 1/2] add no e2e script --- package.json | 1 + 1 file changed, 1 insertion(+) 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", From 0d4179eaae4a451f670a99f12d072deeb709063a Mon Sep 17 00:00:00 2001 From: juliusdw Date: Tue, 9 Apr 2024 20:27:42 +0200 Subject: [PATCH 2/2] update no e2e test comand --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```