From 0c0483222201450513471d558663ddb5a4b1fd3d Mon Sep 17 00:00:00 2001 From: "mishal.alexander" Date: Thu, 4 Jan 2024 23:01:04 +0530 Subject: [PATCH] adding the github actions yaml file --- .github/workflows/build.yml | 14 ++++++++++++++ cypress/reports/html/index.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..ac39324 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,14 @@ +name: Regression End-to-end tests +on: push +jobs: + cypress-run: + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@v3 + + # Install npm dependencies, cache them correctly + # and run all Cypress tests + + - name: Cypress run + uses: cypress-io/github-action@v5 \ No newline at end of file diff --git a/cypress/reports/html/index.html b/cypress/reports/html/index.html index 5b5d1ea..bed7bb5 100644 --- a/cypress/reports/html/index.html +++ b/cypress/reports/html/index.html @@ -1,2 +1,2 @@ -Mochawesome Report
\ No newline at end of file +Mochawesome Report
\ No newline at end of file