Skip to content

Commit 7fe0719

Browse files
committed
chore: update
1 parent 22cc2fe commit 7fe0719

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Run E2E Tests for H5
3030
env:
3131
CI: true
32-
run: pnpm e2e:h5:run
32+
run: pnpm e2e:run:h5
3333

3434
- name: Run E2E Tests for Taro
3535
env:
3636
CI: true
37-
run: pnpm e2e:taro:run
37+
run: pnpm e2e:run:taro

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
"cypress:open": "cypress open --env baseUrl=http://localhost:5173/react/demo.html#/zh-CN/component/ --spec 'cypress/e2e/h5/index.cy.js'",
9797
"cypress:run:taro": "cypress run --env baseUrl=http://localhost:10086/#/ --spec 'cypress/e2e/taro/index.cy.js'",
9898
"cypress:open:taro": "cypress open --env baseUrl=http://localhost:10086/#/ --spec 'cypress/e2e/taro/index.cy.js'",
99-
"e2e:h5:run": "pnpm dev & pnpm cypress:run",
100-
"e2e:h5:open": "pnpm dev & pnpm cypress:open",
101-
"e2e:taro:run": "start-server-and-test dev:taro:h5 http://localhost:10086 cypress:run:taro",
102-
"e2e:taro:open": "start-server-and-test dev:taro:h5 http://localhost:10086 cypress:open:taro",
99+
"e2e:run:h5": "pnpm dev & pnpm cypress:run",
100+
"e2e:open:h5": "pnpm dev & pnpm cypress:open",
101+
"e2e:run:taro": "start-server-and-test dev:taro:h5 http://localhost:10086 cypress:run:taro",
102+
"e2e:open:taro": "start-server-and-test dev:taro:h5 http://localhost:10086 cypress:open:taro",
103103
"update:taro:entry": "node ./scripts/rn/update-taro-entry",
104104
"upgradeTaro": "pnpm --dir ./packages/nutui-taro-demo upgradeTaro"
105105
},

0 commit comments

Comments
 (0)