From 236b2f638e781a5bb2e47eb6d9069328dfa0ff82 Mon Sep 17 00:00:00 2001 From: Popkova Nataliia <49430519+Nataliia-Popkova@users.noreply.github.com> Date: Wed, 22 May 2024 10:41:03 +0300 Subject: [PATCH] fix groups --- .github/workflows/robot-ui-e2e-tests-dynamic-multistore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/robot-ui-e2e-tests-dynamic-multistore.yml b/.github/workflows/robot-ui-e2e-tests-dynamic-multistore.yml index 1d25df7fc2..4c7ba9a450 100644 --- a/.github/workflows/robot-ui-e2e-tests-dynamic-multistore.yml +++ b/.github/workflows/robot-ui-e2e-tests-dynamic-multistore.yml @@ -75,7 +75,7 @@ jobs: run: | cd robotframework-tests rfbrowser init - robot -v env:ui_b2c -v dms:true -v headless:true -v glue_env:http://glue.eu.spryker.local -v bapi_env:http://glue-backend.eu.spryker.local -v sapi_env:http://glue-storefront.eu.spryker.local -v yves_env:http://yves.eu.spryker.local -v zed_env:http://backoffice.eu.spryker.local -v mp_env:http://mp.eu.spryker.local/security-merchant-portal-gui/login/ -v ignore_console:false -d results --exclude skip-due-to-issueORskip-due-to-refactoring --include group_tree -s '*'.tests.ui.b2c . + robot -v env:ui_b2c -v dms:true -v headless:true -v glue_env:http://glue.eu.spryker.local -v bapi_env:http://glue-backend.eu.spryker.local -v sapi_env:http://glue-storefront.eu.spryker.local -v yves_env:http://yves.eu.spryker.local -v zed_env:http://backoffice.eu.spryker.local -v mp_env:http://mp.eu.spryker.local/security-merchant-portal-gui/login/ -v ignore_console:false -d results --exclude skip-due-to-issueORskip-due-to-refactoring --include group_one -s '*'.tests.ui.b2c . touch results/time.txt && echo $(date) > results/time.txt - name: Rerun Failed Tests if: steps.run_tests.outcome != 'success' @@ -156,7 +156,7 @@ jobs: run: | cd robotframework-tests rfbrowser init - robot -v env:ui_b2c -v dms:true -v headless:true -v glue_env:http://glue.eu.spryker.local -v bapi_env:http://glue-backend.eu.spryker.local -v sapi_env:http://glue-storefront.eu.spryker.local -v yves_env:http://yves.eu.spryker.local -v zed_env:http://backoffice.eu.spryker.local -v mp_env:http://mp.eu.spryker.local/security-merchant-portal-gui/login/ -v ignore_console:false -d results --exclude skip-due-to-issueORskip-due-to-refactoring --include group_tree -s '*'.tests.ui.b2c . + robot -v env:ui_b2c -v dms:true -v headless:true -v glue_env:http://glue.eu.spryker.local -v bapi_env:http://glue-backend.eu.spryker.local -v sapi_env:http://glue-storefront.eu.spryker.local -v yves_env:http://yves.eu.spryker.local -v zed_env:http://backoffice.eu.spryker.local -v mp_env:http://mp.eu.spryker.local/security-merchant-portal-gui/login/ -v ignore_console:false -d results --exclude skip-due-to-issueORskip-due-to-refactoring --include group_two -s '*'.tests.ui.b2c . touch results/time.txt && echo $(date) > results/time.txt - name: Rerun Failed Tests if: steps.run_tests.outcome != 'success'