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