PR-149165: deleting E2E testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-10-07 03:52:17 +00:00
parent 31fbb4d839
commit a61eade18c
2 changed files with 0 additions and 28 deletions

View File

@ -14,20 +14,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
cypress-run:
runs-on: ubuntu-latest
env:
PORT: 3000
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 # use the explicit version number
with:
build: npm run build:frontend
start: npm start
cypress-run-component:
runs-on: ubuntu-latest
steps:

View File

@ -20,20 +20,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
cypress-run:
runs-on: ubuntu-latest
env:
PORT: 3000
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 # use the explicit version number
with:
build: npm run build:frontend
start: npm start
cypress-run-component:
runs-on: ubuntu-latest
steps: