feat(ci): add Playwright testing workflow#62
Conversation
froozeify
left a comment
There was a problem hiding this comment.
I saw a few more hard-coded 8.5 matching the php version I'll propose to use the input.php-version
Rom1-B
left a comment
There was a problem hiding this comment.
Do you have a plugin ready to test these changes with Act before merging?
d22beba to
78ff99b
Compare
78ff99b to
4e592d9
Compare
Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
0c5f429 to
9f51ea6
Compare
The |
| PHP_IMAGE: "githubactions-php-apache:${{ inputs.php-version }}" | ||
| UPDATE_FILES_ACL: true | ||
| # GLPI core branch to test the plugin against (11.0.x line). | ||
| GLPI_BRANCH: "11.0/bugfixes" |
There was a problem hiding this comment.
I just have a doubt about that GLPI_BRANCH var as it will mean it will be depending to this one, any way to get it from the inputs, like extracting it from inputs.glpi-version ? It should return something like 11.0.x
There was a problem hiding this comment.
11.0.x corresponds to the tag on GitHub. I don't think that's a problem?!
Add support for automatically detecting and running Playwright end-to-end (E2E)