customize for ONLY edge for now
This commit is contained in:
parent
7d6d640bc1
commit
5a617830e9
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user