wisemapping-frontend/docker-compose.snapshots.yml
Gustavo Fuhr 0f4a8ee087 Merged in ray-develop (pull request #51)
Ray develop

* reset zoom and toolbar fixes

* lang fixes

* dialog enhancements

* comments

* tooltip for zoom and fit commented

* merge develop into ray develop

* rules for ignoring some linebreaks in eslint

* comments in .eslintrc

* brackets around ifs

* playground fixes, comments removed, semi-colon at bottom of editor removed, root container size now defined with css


Approved-by: Paulo Veiga
2022-07-09 01:34:52 +00:00

27 lines
986 B
YAML

version: '3'
services:
e2e:
image: cypress/included:10.2.0
container_name: wisemapping-integration-tests
entrypoint: '/bin/sh -c "yarn bootstrap && yarn build && yarn test:integration"'
working_dir: /e2e
environment:
- CYPRESS_imageSnaphots=true
volumes:
- .:/e2e
- node-modules:/e2e/node_modules
- node-modules-core-js:/e2e/packages/core-js/node_modules
- node-modules-editor:/e2e/packages/editor/node_modules
- node-modules-mindplot:/e2e/packages/mindplot/node_modules
- node-modules-web2d:/e2e/packages/web2d/node_modules
- node-modules-webapp:/e2e/packages/webapp/node_modules
- cypress-binary-cache:/root/.cache/Cypress
volumes:
node-modules: {}
node-modules-core-js: {}
node-modules-editor: {}
node-modules-mindplot: {}
node-modules-web2d: {}
node-modules-webapp: {}
cypress-binary-cache: {}