PR-149165: adding testing pipelines and npx cli command. #1

Merged
aleleba merged 4 commits from PR-149165 into master 2023-10-06 21:58:16 -06:00
2 changed files with 0 additions and 28 deletions
Showing only changes of commit a61eade18c - Show all commits

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: