diff --git a/.gitea/workflows/execute.yml b/.gitea/workflows/edge-tests.yml similarity index 95% rename from .gitea/workflows/execute.yml rename to .gitea/workflows/edge-tests.yml index 802f858..88b2a9c 100644 --- a/.gitea/workflows/execute.yml +++ b/.gitea/workflows/edge-tests.yml @@ -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 diff --git a/features/browser_demo.feature b/features/browser_demo.feature index d18e624..c6be61d 100644 --- a/features/browser_demo.feature +++ b/features/browser_demo.feature @@ -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