diff --git a/.github/workflows/browser-build.yml b/.github/workflows/browser-build.yml deleted file mode 100644 index 4f462c1..0000000 --- a/.github/workflows/browser-build.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Browser Test Build - Firefox -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 - with: - browser: firefox \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index da69478..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,22 +0,0 @@ -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 - with: - command: npm run test:all - - - name: Cypress Test Report - uses: actions/upload-artifact@v4 - with: - name: Mochawesome html report - path: cypress/reports/html \ No newline at end of file diff --git a/.github/workflows/script-build.yml b/.github/workflows/script-build.yml deleted file mode 100644 index 600fb10..0000000 --- a/.github/workflows/script-build.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Sanity Test for Add to Cart Flow -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 - with: - command: npm run test:addToCart \ No newline at end of file