a82f4e1813
The first test is testing a tricky cache scenario with the back when testing variables. The end-to-end package used is testcafe.
14 lines
328 B
YAML
14 lines
328 B
YAML
version: "3"
|
|
services:
|
|
testcafe:
|
|
image: testcafe/testcafe:1.17.1
|
|
working_dir: /tests
|
|
environment:
|
|
BROWSER: "chromium --use-fake-device-for-media-stream"
|
|
volumes:
|
|
- ./tests:/tests
|
|
- ./tests/.testcaferc.json:/.testcaferc.json
|
|
- ./maps:/maps
|
|
# security_opt:
|
|
# - seccomp:unconfined
|