implemented basic e2e testing
authorkharhamel <oognic@gmail.com>
Tue, 14 Apr 2020 18:04:55 +0000 (20:04 +0200)
committerkharhamel <oognic@gmail.com>
Tue, 14 Apr 2020 18:04:55 +0000 (20:04 +0200)
commita2ed7164e447fdf92c823d6d59781ec8d95a9993
tree253aa227e14fa13ef754cacf34d27cae9a54461d
parent705617abe7ee9c58f54727f6873095c2d3ec3c77
implemented basic e2e testing
docker-compose.ci.yml [new file with mode: 0644]
docker-compose.yaml
e2e/.gitignore [new file with mode: 0644]
e2e/CYPRESS.md [new file with mode: 0644]
e2e/cypress.json [new file with mode: 0644]
e2e/cypress/integration/spec.js [new file with mode: 0644]
e2e/package-lock.json [new file with mode: 0644]
e2e/package.json [new file with mode: 0644]
front/src/Cypress/CypressAsserter.ts [new file with mode: 0644]
front/src/Phaser/Game/GameScene.ts
front/src/index.ts