Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

VER-3: removing cypress and deps upgrade. #10

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/react-lint-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: npm ci
- name: Run lint
run: npm run lint
- name: Run component tests
run: npm t
- name: Print tag if present
run: |
echo "Tags: $TAGS"
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@ jobs:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run cypress integration tests
uses: cypress-io/github-action@v2
with:
browser: chrome
record: false
headless: true
build: npm run build
start: npm start
wait-on: 'http://localhost:3000'
env:
CYPRESS_TEST_USERNAME: ${{ secrets.AUTH0_USERNAME }}
CYPRESS_TEST_PASSWORD: ${{ secrets.AUTH0_PASSWORD }}

check-version:
name: 'Check version'
Expand Down
13 changes: 0 additions & 13 deletions cypress/fixtures/agent-status.json

This file was deleted.

78 changes: 0 additions & 78 deletions cypress/integration/connects-to-agent.spec.js

This file was deleted.

9 changes: 0 additions & 9 deletions cypress/plugins/index.js

This file was deleted.

25 changes: 0 additions & 25 deletions cypress/support/commands.js

This file was deleted.

19 changes: 0 additions & 19 deletions cypress/support/index.js

This file was deleted.

Loading
Loading