(project) install e2e playwright

Install playwright, adapt the config file and add a scripts to
run the tests.
e2e testing will monitor all our frontend applications,
so we install it in the frontend folder.
It configures the base of our monorepo.
This commit is contained in:
Anthony LC
2024-01-11 12:31:08 +01:00
committed by Anthony LC
parent fc7747dddf
commit 2ef31a424a
8 changed files with 260 additions and 69 deletions

View File

@@ -71,7 +71,7 @@ jobs:
with:
node-version: '18.x'
cache: 'yarn'
cache-dependency-path: src/frontend/apps/desk/yarn.lock
cache-dependency-path: src/frontend/yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test Desk App