File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ jobs:
8080 - name : 🏗️ Build project
8181 run : npm run build
8282
83- - name : 🧪 Run E2E smoke tests
84- run : npm run test:e2e:smoke
83+ - name : 🧪 Run all E2E tests
84+ run : npm run test:e2e
8585
8686 - name : 📊 E2E Test Summary
8787 run : |
8888 echo "## 🎭 E2E Test Results" >> $GITHUB_STEP_SUMMARY
8989 echo "✅ Build: Successful" >> $GITHUB_STEP_SUMMARY
90- echo "✅ E2E Smoke Tests: Passed" >> $GITHUB_STEP_SUMMARY
90+ echo "✅ E2E Tests (All) : Passed" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 4848 - name : Run unit tests
4949 run : npm run test:unit
5050
51- - name : Run E2E smoke tests
52- run : npm run test:e2e:smoke
51+ - name : Run all E2E tests
52+ run : npm run test:e2e
Original file line number Diff line number Diff line change 3131 "test:e2e:ui" : " playwright test --ui" ,
3232 "test:e2e:smoke" : " playwright test --project=smoke-tests" ,
3333 "test:e2e:extension" : " playwright test --project=chromium-extension" ,
34- "test:all" : " npm run test && npm run test:e2e:smoke "
34+ "test:all" : " npm run test && npm run test:e2e"
3535 },
3636 "keywords" : [
3737 " browser-extension" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments