Integration with Playwright #729
Unanswered
axxg
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I need your help, please. I would like to test my PHP application with playwright, but I can't get the combination of PHP + MYSQL and Playwright to work. Separately everything works, but together not. Do I need a different image?
This Is my Playwright Example:
`name: Playwright Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
timeout-minutes: 30
and this is my php/compser example:
`name: PHP Composer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
Beta Was this translation helpful? Give feedback.
All reactions