Skip to content

Commit 336332c

Browse files
committed
test
1 parent cdf31d5 commit 336332c

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/e2e/test.app.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ docker compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V
1010
./tests/e2e/wait-for-redis.sh localhost 12000
1111

1212
# Run tests
13-
# RI_SOCKETS_CORS=true yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci
13+
# RI_SOCKETS_CORS=true xvfb-run --auto-servernum yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci
1414
RI_SOCKETS_CORS=true \
15+
xvfb-run --auto-servernum \
1516
yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci

.github/workflows/tests-e2e-linux.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,26 @@ jobs:
9595
cp ../../release/redis-for-vscode-extension.vsix ./redis-for-vscode-extension.vsix
9696
yarn install:deps
9797
yarn install:extension
98-
yarn test:test
99-
# xvfb-run --auto-servernum yarn test
98+
# yarn test:test
99+
xvfb-run --auto-servernum yarn test:test
100100
101101
# - name: Run tests
102102
# run: |
103103
# .github/e2e/test.app.sh
104104

105-
- name: Upload Test Report
105+
- name: Upload Test Screenshots
106106
uses: actions/upload-artifact@v4
107107
if: always()
108108
with:
109-
name: report-linux-node-${{ matrix.parallel }}
110-
path: /usr/src/app/report
109+
name: screenshots-${{ matrix.parallel }}
110+
path: test-resources/screenshots
111+
112+
# - name: Upload Test Report
113+
# uses: actions/upload-artifact@v4
114+
# if: always()
115+
# with:
116+
# name: report-linux-node-${{ matrix.parallel }}
117+
# path: /usr/src/app/report
111118

112119
- name: Send report to Slack
113120
if: inputs.report && always()

0 commit comments

Comments
 (0)