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: natt-vscode-extension/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The extension provides several commands to facilitate testing:
44
44
45
45
The following configuration files are used to manage NATT tests:
46
46
47
-
-**natt-args.txt:** This file contains the arguments passed to NATT.jar when running the tests. It is only used when invoking the **command NATT run through the VS Code extension**.
47
+
-**natt-args.txt:** This file contains the arguments passed to NATT.jar when running the tests. It is only used when invoking the **command ```NATT run``` through the VS Code extension**.
48
48
-**test-config.yaml:** In this file, you should implement your test configuration (test scenario). It defines how the tests will be executed.
49
49
50
50
Additionally, a script is automatically generated for both GitHub and GitLab CI/CD pipelines to run the tests as part of your automated testing process.
0 commit comments