customize for ONLY edge for now
All checks were successful
EdgeTests / build (3.12) (push) Successful in 1m13s
Pylint / build (3.12) (push) Successful in 13s

This commit is contained in:
Greg Gauthier 2024-07-23 19:38:29 +01:00
parent 7d6d640bc1
commit 5a617830e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Execute
name: EdgeTests
on: [ push ]
@ -54,3 +54,6 @@ jobs:
- name: Run the pytests
run: pytest -c pytest.ini -m edge
- name: Run the behave tests
run: behave --tags=mark.edge

View File

@ -10,6 +10,7 @@ Feature: Browser Demo
When I navigate to test.io
Then The page is displayed
@mark.edge
Scenario: Load test.io web page with edge
Given I have an edge driver
When I navigate to test.io