feat: add Playwright testing framework configuration and tests #71
1 changed files with 3 additions and 1 deletions
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
|
@ -46,7 +46,9 @@ jobs:
|
|||
|
||||
# Build the Angular project
|
||||
- name: Build Angular Project
|
||||
run: ng build --configuration=pipeline
|
||||
run: |
|
||||
npm install -g @angular/cli
|
||||
ng build --configuration=pipeline
|
||||
|
||||
# Start Angular development server
|
||||
- name: Start Angular Development Server in Background
|
||||
|
|
Loading…
Add table
Reference in a new issue