Skip to content

feat: debranded wallet, classes #901

feat: debranded wallet, classes

feat: debranded wallet, classes #901

name: Test Resillience
on:
pull_request:
push:
branches:
- main
jobs:
test-resillience:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js Latest
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version-file: '.nvmrc'
- name: Install chrome and chromedriver
run: |
bash .github/scripts/install_chromedriver.sh
bash .github/scripts/install_chrome.sh
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build:test-e2e
env:
REACT_APP_TEST: true
- name: Run Resillience tests using Xvfb
uses: coactions/setup-xvfb@v1
with:
run: yarn test:resillience
- name: Test Report
uses: phoenix-actions/test-reporting@v12
if: always()
with:
name: JEST Upgrade Chrome Extension
path: ./test/test-reports/resillience.xml
reporter: jest-junit
output-to: step-summary
- name: output test screenshots from the final state of tests
uses: actions/upload-artifact@v3
if: always()
with:
name: test screenshots chrome
path: ./test/test-screenshots