chainwright 0.8.7 → 0.8.10
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.
- package/package.json +15 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chainwright",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.8.10",
|
|
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
|
-
"
|
|
28
|
+
"metamask",
|
|
29
|
+
"phantom",
|
|
30
|
+
"solflare",
|
|
31
|
+
"petra",
|
|
32
|
+
"meteor wallet",
|
|
33
|
+
"keplr"
|
|
24
34
|
],
|
|
25
35
|
"exports": {
|
|
26
36
|
"./keplr": {
|