From dce007e24622aba8e84f8aef37643526e4675613 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Thu, 15 Aug 2024 20:38:32 +0500 Subject: [PATCH 1/2] Added lamdatest caps --- .github/workflows/LT_ui_workflow.yml | 17 ++++++++--------- env_configs/.local.env | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/LT_ui_workflow.yml b/.github/workflows/LT_ui_workflow.yml index 9c5f4c16..d5eba2ba 100644 --- a/.github/workflows/LT_ui_workflow.yml +++ b/.github/workflows/LT_ui_workflow.yml @@ -215,7 +215,7 @@ jobs: - name: Check out code id: co_code - if: steps.bs_local_tunnel_setup.outcome == 'success' + if: steps.tunnel.outcome == 'success' uses: actions/checkout@v4 - name: Setup dependencies @@ -236,27 +236,26 @@ jobs: BASE_URL="${{ github.event.inputs.baseurl }}" fi - if [[ "${{ github.event.inputs.browser }}" == "chrome" && "${{ github.event.inputs.os }}" == "window" ]]; then - BROWSER=./env_configs/win_chrome.json + BROWSER=./env_configs/lamdatest/win_chrome_LT.json fi if [[ "${{ github.event.inputs.browser }}" == "firefox" && "${{ github.event.inputs.os }}" == "window" ]]; then - BROWSER=./env_configs/win_firefox.json + BROWSER=./env_configs/lamdatest/win_firefox_LT.json fi if [[ "${{ github.event.inputs.browser }}" == "edge" && "${{ github.event.inputs.os }}" == "window" ]]; then - BROWSER=./env_configs/win_edge.json + BROWSER=./env_configs/lamdatest/win_edge_LT.json fi if [[ "${{ github.event.inputs.browser }}" == "chrome" && "${{ github.event.inputs.os }}" == "mac" ]]; then - BROWSER=./env_configs/mac_chrome.json + BROWSER=./env_configs/lamdatest/mac_chrome_LT.json fi if [[ "${{ github.event.inputs.browser }}" == "firefox" && "${{ github.event.inputs.os }}" == "mac" ]]; then - BROWSER=./env_configs/mac_firefox.json + BROWSER=./env_configs/lamdatest/mac_firefox_LT.json fi if [[ "${{ github.event.inputs.browser }}" == "safari" && "${{ github.event.inputs.os }}" == "mac" ]]; then - BROWSER=./env_configs/mac_safari.json + BROWSER=./env_configs/lamdatest/mac_safari_LT.json fi if [[ "${{ github.event.inputs.browser }}" == "edge" && "${{ github.event.inputs.os }}" == "mac" ]]; then - BROWSER=./env_configs/mac_edge.json + BROWSER=./env_configs/lamdatest/mac_edge_LT.json fi env diff --git a/env_configs/.local.env b/env_configs/.local.env index a75b2a62..adae6600 100644 --- a/env_configs/.local.env +++ b/env_configs/.local.env @@ -33,4 +33,4 @@ API_BASE_URL=https://jsonplaceholder.typicode.com #Open AI OPEN_KEY= # BROWSERSTACK , SAUCELABS,LAMDATEST, DOCKER -USING_ENV= +USING_ENV=LAMDATEST From d3493ec72824f1e64e0bf48cc50c9a6ee3e198d7 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Thu, 15 Aug 2024 20:38:57 +0500 Subject: [PATCH 2/2] Added lamdatest caps --- env_configs/.local.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env_configs/.local.env b/env_configs/.local.env index adae6600..a75b2a62 100644 --- a/env_configs/.local.env +++ b/env_configs/.local.env @@ -33,4 +33,4 @@ API_BASE_URL=https://jsonplaceholder.typicode.com #Open AI OPEN_KEY= # BROWSERSTACK , SAUCELABS,LAMDATEST, DOCKER -USING_ENV=LAMDATEST +USING_ENV=