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: README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,22 @@ If the structure of the report changes (new tests are added for example), you wi
6
6
If you don't have an existing CONFIG_FILE and you want to use it, go to https://firecracker-ui-prod.practitest.com/ and generate one.
7
7
To login, you can use your PractiTest credentials and follow the instructions in the link. Then you can continue here and set the config-path to your configuration file path.
if they are relevant to the run (additional-fields not required).
67
81
68
-
69
82
Example:
70
-
```shell
83
+
84
+
```shell
71
85
java -jar practitest-firecracker-standalone.jar \
72
86
--api-token=YOUR_API_TOKEN \
73
87
--email=YOUR_EMAIL \
@@ -87,6 +101,7 @@ You can set various custom fields for tests when they are created (especially us
87
101
Replace the field ids with the actual IDs, you can see all your custom fields by calling this API call: [get-all-custom-fields-in-your-project](https://www.practitest.com/api-v2/#get-all-custom-fields-in-your-project)
88
102
89
103
### Additional options
104
+
90
105
If you want to use firecracker custom uris you will need to add this --api-uri parameter like this
0 commit comments