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
|
@ -35,7 +35,9 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Debug
|
||||
run: docker ps
|
||||
run: |
|
||||
docker ps
|
||||
telnet localhost 8089
|
||||
|
||||
# Set up Node.js
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue