0xsequence v0.14.0
0xsequence
Install
yarn add 0xsequence
Running Browser E2E Tests
The 0xsequence top-level package also contains e2e tests which run in a headless chrome browser.
You can run the test suite directly from console with a single yarn test
, or you can boot up the typescript
compiling server (yarn test:server
) and ethereum test node (yarn start:hardhat
) manually in separate
terminals, and then run a specific test directly from your browser instance by visiting the path:
http://localhost:9999/{browser-test-dir}/{test-filename}.test.html
- ie. tests/browser/wallet-provider/dapp.test.ts is accessible via: http://localhost:9999/wallet-provider/dapp.test.html
From CLI
yarn test
From Browser
yarn test:server
-- in one terminal, to start the webpack server compiling typescriptyarn start:hardhat
-- in another terminal, to start hardhat local ethereum test nodeyarn start:hardhat2
-- (2nd chain) in another terminal, to start hardhat2 local ethereum test node- open browser to
http://localhost:9999/{browser-test-dir}/{test-filename}.test.html
for example, http://localhost:9999/wallet-provider/dapp.test.html
11 hours ago
2 days ago
6 days ago
5 days ago
5 days ago
6 days ago
6 days ago
7 days ago
13 days ago
29 days ago
29 days ago
29 days ago
29 days ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
7 months ago