diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..84e1d2e --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,10 @@ +name: End-to-end tests +on: push +jobs: + cypress-run: + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Cypress run + uses: cypress-io/github-action@v6 diff --git a/README.md b/README.md index 7b37c7e..95e922f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # cy-data-test +[![main](https://github.com/wlsf82/cy-data-test/actions/workflows/ci.yml/badge.svg)](https://github.com/wlsf82/cy-data-test/actions) + Sample project to demonstrate a `cy.dataTest` Cypress custom command. ## Pre-requirements