volumes-backup-extension/e2e/electron
Guillaume Tardif 11f1aaf0b9
Add E2E test displayig the extension
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2024-07-05 17:22:43 +02:00
..
.babelrc.json Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
.eslintrc Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
.gitignore Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
.prettierrc Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
.yarnrc.yml Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
README.md Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
globals.d.ts Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
jest.config.js Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
package.json Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
tsconfig.json Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
volume-backup-extension.test.ts Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00
yarn.lock Add E2E test displayig the extension 2024-07-05 17:22:43 +02:00

README.md

Docker Desktop electron e2e tests

Steps

  • Ensure Docker Desktop is running (e.g. launch it in your OS)
  • Run make e2e or cd to e2e/electron and run: yarn test:e2e