File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11name : " 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+
38on :
49 workflow_dispatch :
510 inputs :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2928def test_organisations_page_navigation (page : Page ) -> None :
3029 upload_nacs_data_bureau_link = page .get_by_text (
You can’t perform that action at this time.
0 commit comments