Skip to content

Commit a9263f4

Browse files
updated test automation pipeline
1 parent f8ecf60 commit a9263f4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-automation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
- name: Ensure browsers are installed
5151
run: python -m playwright install --with-deps chromium
5252

53+
- name: Open URL
54+
run: |
55+
echo "Opening URL: ${{ env.url }}"
56+
python -m webbrowser "${{ env.url }}"
57+
5358
- name: Run tests(1)
5459
id: test1
5560
run: |

0 commit comments

Comments
 (0)