Skip to content

Commit 286d769

Browse files
committed
Update snapshots
1 parent eb0df89 commit 286d769

94 files changed

Lines changed: 19 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/docker-scripts/docker-compose.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
- ./data:/data
99
expose:
1010
- 10000
11+
ports:
12+
- '10000:10000'
1113
environment:
1214
- START_OPTS=-Xmx4g -DAuthHandlers=io.deephaven.auth.AnonymousAuthenticationHandler -Ddeephaven.console.type=python -Ddeephaven.application.dir=./data/app.d
1315

@@ -30,8 +32,23 @@ services:
3032
condition: service_healthy
3133

3234
web-ui-update-snapshots:
33-
extends:
34-
service: web-ui-tests
35+
# fix
36+
build:
37+
context: ../../
38+
dockerfile: ./tests/docker-scripts/Dockerfile
39+
ipc: host
40+
environment:
41+
- VITE_PROXY_URL=http://dhc-server:10000
42+
ports:
43+
- 9323:9323
44+
volumes:
45+
- ../../tests:/work/tests
46+
- ../../test-results:/work/test-results
47+
- ../../playwright-report:/work/playwright-report
48+
# end fix
49+
50+
# extends:
51+
# service: web-ui-tests
3552
entrypoint: 'npm run e2e:update-snapshots -- --config=playwright-ci.config.ts'
3653
depends_on: # depends_on is not shared with extends
3754
dhc-server:
3.63 KB
4.19 KB
213 Bytes
431 Bytes
184 Bytes
213 Bytes
424 Bytes
184 Bytes
213 Bytes

0 commit comments

Comments
 (0)