✅(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:
2
.github/workflows/people.yml
vendored
2
.github/workflows/people.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user