chainwright 0.8.6 → 0.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +15 -5
package/README.md CHANGED
@@ -5,12 +5,16 @@
5
5
  <img src="./.github/logo-light.svg" alt="chainwright" width="500">
6
6
  </picture>
7
7
  <br><br>
8
+ <span align="center">
9
+ Test, automate, and verify every wallet interaction, with the precision your users expect.
10
+ </span>
11
+ <br><br>
12
+ <span align="center">
8
13
  <a href="https://npm.im/chainwright"><img src="https://badgen.net/npm/v/chainwright"></a> <a href="https://npm.im/chainwright"><img src="https://badgen.net/npm/dm/chainwright"></a>
14
+ </span>
9
15
  </h1>
10
16
 
11
- <h2 align="center" style="font-size: 24px; font-weight: bold;">
12
- Test, automate, and verify every wallet interaction, with the precision your users expect.
13
- </h2>
17
+
14
18
 
15
19
  Chainwright is an end-to-end testing toolkit for Web3 dapps built on top of Playwright. It helps you prebuild browser extension wallet state, then reuse it in tests through ready-made fixtures.
16
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "chainwright",
3
- "version": "0.8.6",
4
- "description": "An end-to-end testing framework built on top of Playwright for Web3 wallet interactions",
3
+ "version": "0.8.9",
4
+ "description": "Playwright Web3 wallet testing framework for end-to-end dApp automation with MetaMask, Phantom, Solflare, Petra, Meteor, and Keplr",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "Tobechukwu Ugwuanyi",
@@ -14,13 +14,23 @@
14
14
  "url": "https://github.com/amaify/chainwright/issues"
15
15
  },
16
16
  "keywords": [
17
+ "chainwright",
17
18
  "playwright",
18
19
  "e2e",
19
- "testing",
20
+ "end-to-end testing",
21
+ "web3 testing",
22
+ "wallet automation",
23
+ "wallet testing",
24
+ "dapp testing",
25
+ "dapp e2e testing",
20
26
  "web3",
21
- "wallet",
22
27
  "blockchain",
23
- "dapp"
28
+ "metamask",
29
+ "phantom",
30
+ "solflare",
31
+ "petra",
32
+ "meteor wallet",
33
+ "keplr"
24
34
  ],
25
35
  "exports": {
26
36
  "./keplr": {