Update E2E tests and simplify performance tests
CI Pipeline / e2e (chromium) (pull_request) Successful in 6m13s
CI Pipeline / e2e (firefox) (pull_request) Successful in 7m3s
CI Pipeline / e2e (webkit) (pull_request) Successful in 5m52s
CI Pipeline / visual-regression (pull_request) Successful in 7m48s
CI Pipeline / performance (pull_request) Successful in 7m59s
CI Pipeline / lint (pull_request) Successful in 6m16s
CI Pipeline / build (pull_request) Successful in 5m30s
CI Pipeline / test (pull_request) Successful in 6m26s

This commit is contained in:
adilallo
2026-01-28 18:22:59 -07:00
parent 9cb89162ab
commit a30bf6be4c
124 changed files with 452 additions and 4190 deletions
+1 -7
View File
@@ -307,13 +307,7 @@ jobs:
- name: Build application
run: npm run build
- name: Comprehensive Performance Testing
run: |
echo "🧪 Running comprehensive performance testing..."
npm run test:performance:ci
echo "✅ Performance testing complete"
# 1) Sanity check that the build exists
# 1) Sanity check that the build exists
- name: Verify Next build output
run: |
set -euo pipefail