Skip to content

Commit 683da55

Browse files
committed
try
1 parent b3ed945 commit 683da55

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.github/e2e/test.app.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ set -e
55
mkdir -p tests/e2e/remote
66

77
# 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
1111

1212
# Run tests
1313
# 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+
TEST_FILES=dist/tests/settings/settings.e2e.js \
1516
xvfb-run --auto-servernum \
1617
yarn --cwd tests/e2e dotenv -e .ci.env yarn --cwd tests/e2e test:ci

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,18 @@ jobs:
8989
echo "$testFiles" >> $GITHUB_ENV
9090
echo "EOF" >> $GITHUB_ENV
9191
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-
10192
# - name: Run tests
93+
# working-directory: ./tests/e2e
10294
# 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
104104
105105
- name: Upload Test Screenshots
106106
uses: actions/upload-artifact@v4

tests/e2e/.ci.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
API_URL=http://127.0.0.1:5541/api
22
OSS_SENTINEL_PASSWORD=password
33
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
66

77
OSS_STANDALONE_HOST=localhost
88
OSS_STANDALONE_PORT=8100

0 commit comments

Comments
 (0)