File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ docker compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V
10
10
./tests/e2e/wait-for-redis.sh localhost 12000
11
11
12
12
# 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
14
14
RI_SOCKETS_CORS=true \
15
+ xvfb-run --auto-servernum \
15
16
yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci
Original file line number Diff line number Diff line change @@ -95,19 +95,26 @@ jobs:
95
95
cp ../../release/redis-for-vscode-extension.vsix ./redis-for-vscode-extension.vsix
96
96
yarn install:deps
97
97
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
100
100
101
101
# - name: Run tests
102
102
# run: |
103
103
# .github/e2e/test.app.sh
104
104
105
- - name : Upload Test Report
105
+ - name : Upload Test Screenshots
106
106
uses : actions/upload-artifact@v4
107
107
if : always()
108
108
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
111
118
112
119
- name : Send report to Slack
113
120
if : inputs.report && always()
You can’t perform that action at this time.
0 commit comments