We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55542c commit 2872455Copy full SHA for 2872455
.github/workflows/e2e-test.yml
@@ -1,6 +1,6 @@
1
# e2e test for nginx helper plugin
2
3
-name: CI for Login with nginx helper test
+name: End-to-End Tests
4
5
# Controls when the workflow will run
6
on:
@@ -21,7 +21,7 @@ on:
21
jobs:
22
Run-wpe2e-TestCase:
23
# The type of runner that the job will run on
24
- name: Run nginx helper plugin test Cases
+ name: Playwright Tests
25
runs-on: ubuntu-latest
26
env:
27
TESRESULT_TOKEN: ${{ secrets.TESRESULT_TOKEN }}
0 commit comments