From a145f13cc411b935e915d455ebf713be0cc5e0a3 Mon Sep 17 00:00:00 2001 From: Tim Yao <31641325+tim-yao@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:37:58 +1000 Subject: [PATCH] [SDPTA-1182] Enable the headless in CI by default --- .github/workflows/run_e2e_be.yml | 1 + .github/workflows/run_e2e_fe.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/run_e2e_be.yml b/.github/workflows/run_e2e_be.yml index afe776d7..98372451 100644 --- a/.github/workflows/run_e2e_be.yml +++ b/.github/workflows/run_e2e_be.yml @@ -98,6 +98,7 @@ env: CUCUMBER_PUBLISH_TOKEN: ${{ secrets.TEST_CUCUMBER_PUBLISH_TOKEN }} # Settings TESTID: ${{ inputs.test_id }} + NIGHTWATCH_HEADLESS: true NIGHTWATCH_OUTPUT: true jobs: diff --git a/.github/workflows/run_e2e_fe.yml b/.github/workflows/run_e2e_fe.yml index 8337b2ab..4888101e 100644 --- a/.github/workflows/run_e2e_fe.yml +++ b/.github/workflows/run_e2e_fe.yml @@ -102,6 +102,7 @@ env: CUCUMBER_PUBLISH_TOKEN: ${{ secrets.TEST_CUCUMBER_PUBLISH_TOKEN }} # Settings TESTID: ${{ inputs.test_id }} + NIGHTWATCH_HEADLESS: true NIGHTWATCH_OUTPUT: true GIT_BRANCH: ${{ github.event.pull_request && github.head_ref || github.ref_name }} EYES_APPNAME: ${{ inputs.eyes_appname }}