@cardano-sdk/golden-test-generator 0.7.20 → 0.7.21
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/README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Cardano JS SDK | Golden Test Generator
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
Generate golden test files for a range of Cardano concepts, for the purpose of comparing results
|
|
4
|
+
with application state during integration tests. The intended interface is the CLI, but the
|
|
4
5
|
module is structured to offer access as libraries.
|
|
5
6
|
|
|
6
7
|
## Download or Build
|
|
8
|
+
|
|
7
9
|
Builds are attached as artifacts from the GitHub workflow runs, otherwise run
|
|
8
10
|
|
|
9
11
|
```bash
|
|
@@ -11,6 +13,7 @@ yarn pkg
|
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
## Run
|
|
16
|
+
|
|
14
17
|
```bash
|
|
15
18
|
./build/golden-test-generator-{ linux | macos } --help
|
|
16
19
|
```
|