Skip to content

Commit 7199de5

Browse files
Amend workflow to cover current situation, remove only tag
1 parent c272f7a commit 7199de5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/execute-tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: "Test Runner"
22

3+
# This workflow is triggered manually and allows the user to specify the environment and test marker to run.
4+
# It is functional, however will not work against BCSS test environments until we configure some self-hosted
5+
# GitHub runners, as the GitHub-hosted runners are based outside of the UK so get blocked by the WAF on the
6+
# environments.
7+
38
on:
49
workflow_dispatch:
510
inputs:

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ markers =
3636
compartment5: only for compartment 5
3737
compartment1_plan_creation: to run the plan creation for compartment 1
3838
vpn_required: for tests that require a VPN connection
39-
only: to run a specific test

tests/test_organisations_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def before_each(page: Page):
2424
BasePage(page).go_to_organisations_page()
2525

2626

27-
@pytest.mark.only
2827
@pytest.mark.smoke
2928
def test_organisations_page_navigation(page: Page) -> None:
3029
upload_nacs_data_bureau_link = page.get_by_text(

0 commit comments

Comments
 (0)