You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/autogen/README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ The Solo autogen tool is used to add e2e test cases that need to be ran independ
7
7
## Usage
8
8
9
9
from solo root directory:
10
+
10
11
```bash
11
12
cd .github/workflows/autogen
12
13
npm install
@@ -16,17 +17,20 @@ npm run autogen
16
17
Use git to detect file changes and validate that they are correct.
17
18
18
19
The templates need to be maintained, you can either make changes directly to the templates and then run the tool, or make changes in both the workflow yaml files and the templates. Should the templates fall out of sync, then you can update the templates so that when autogen runs again, the git diff will better match.
20
+
19
21
```bash
20
22
template.flow-build-application.yaml
21
23
template.flow-pull-request-checks.yaml
22
24
template.zxc-code-analysis.yaml
23
25
template.zxc-env-vars.yaml
24
-
```
26
+
```
27
+
25
28
For new e2e test jobs update the `<solo-root>/.github/workflows/templates/config.yaml`, adding a new item to the tests object with a name and jestPostfix attribute.
26
29
27
30
NOTE: IntelliJ copy/paste will alter the escape sequences, you might have to manually type it in, clone a line, or use an external text editor.
You can find log for running solo command under the directory `~/.solo/logs/`
494
501
The file `solo.log` contains the logs for the solo command.
495
502
The file `hashgraph-sdk.log` contains the logs from Solo client when sending transactions to network nodes.
@@ -499,6 +506,7 @@ The file `hashgraph-sdk.log` contains the logs from Solo client when sending tra
499
506
NOTE: the hedera-services path referenced '../hedera-services/hedera-node/data' may need to be updated based on what directory you are currently in. This also assumes that you have done an assemble/build and the directory contents are up-to-date.
0 commit comments