File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments