Skip to content

Commit

Permalink
COnfigure Synpress Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Nov 6, 2023
1 parent 44164f8 commit e747072
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
test:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -18,3 +18,19 @@ jobs:
run: npm ci
- name: build
run: npm run build



test-synpress-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install dependencies
run: npm ci
- name: synpress-e2e
run: npm run synpress

4 changes: 1 addition & 3 deletions cypress/e2e/login.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//TODO: add CI testing

describe('Bridge | Connect | MestaMask | Connect And Switch', () => {
describe('Bridge | Connect | MestaMask | Connect', () => {
afterEach(() => {
cy.disconnectMetamaskWalletFromDapp();
});
Expand Down

0 comments on commit e747072

Please sign in to comment.