File tree 3 files changed +16
-15
lines changed
3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 5
5
mkdir -p tests/e2e/remote
6
6
7
7
# Run RTE (Redis Test Environment)
8
- docker compose -f tests/e2e/rte.docker-compose.yml build
9
- docker compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V
10
- ./tests/e2e/wait-for-redis.sh localhost 12000
8
+ # docker compose -f tests/e2e/rte.docker-compose.yml build
9
+ # docker compose -f tests/e2e/rte.docker-compose.yml up --force-recreate -d -V
10
+ # ./tests/e2e/wait-for-redis.sh localhost 12000
11
11
12
12
# Run tests
13
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
+ TEST_FILES=dist/tests/settings/settings.e2e.js \
15
16
xvfb-run --auto-servernum \
16
17
yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci
Original file line number Diff line number Diff line change @@ -89,18 +89,18 @@ jobs:
89
89
echo "$testFiles" >> $GITHUB_ENV
90
90
echo "EOF" >> $GITHUB_ENV
91
91
92
- - name : Run tests
93
- working-directory : ./tests/e2e
94
- run : |
95
- cp ../../release/redis-for-vscode-extension.vsix ./redis-for-vscode-extension.vsix
96
- yarn install:deps
97
- yarn install:extension
98
- # yarn test:test
99
- xvfb-run --auto-servernum yarn test:test
100
-
101
92
# - name: Run tests
93
+ # working-directory: ./tests/e2e
102
94
# run: |
103
- # .github/e2e/test.app.sh
95
+ # cp ../../release/redis-for-vscode-extension.vsix ./redis-for-vscode-extension.vsix
96
+ # yarn install:deps
97
+ # yarn install:extension
98
+ # # yarn test:test
99
+ # xvfb-run --auto-servernum yarn test:test
100
+
101
+ - name : Run tests
102
+ run : |
103
+ .github/e2e/test.app.sh
104
104
105
105
- name : Upload Test Screenshots
106
106
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1
1
API_URL = http://127.0.0.1:5541/api
2
2
OSS_SENTINEL_PASSWORD = password
3
3
RI_APP_FOLDER_NAME = .redis-for-vscode-stage
4
- EXTENSION_NAME = redis-for-vscode-extension-linux-x64.vsix
5
- RI_TEST = true
4
+ # EXTENSION_NAME=redis-for-vscode-extension-linux-x64.vsix
5
+ # RI_TEST=true
6
6
7
7
OSS_STANDALONE_HOST = localhost
8
8
OSS_STANDALONE_PORT = 8100
You can’t perform that action at this time.
0 commit comments