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
This script runs individual modules in the specified project with the `Nondex` tool and shows results automatically in the `markdown` format.
2
+
What repo we want to run Nondex on?
4
3
5
-
Output file is located inside the project folder and called `report_md.md` The output would only contain tests that are detected by the nondex tool as flaky, and the result includes the seeds used for the test and the status of the test result.
4
+
1. This repo has not appeared in the latest `pr-data.csv`
5
+
2. This repo contains pom.xml file.
6
6
7
-
All the log information would be stored inside the `.runNondex` folder inside the project.
8
7
9
-
Inside the `.runNondex` folder:
10
-
-`./LOGSSS` contains nondex logs for all submodules.
11
-
-`LOGresult` contains a list of file paths that contain test errors.
12
-
-`htmlOutput` contains a list of file paths for the HTML files generated by the nondex tool.
8
+
9
+
10
+
# runNondexAll
11
+
12
+
This is simplified script for quick start
13
+
Go to folder of .pom.xml files, and check all the result in result.log
14
+
15
+
16
+
# Dependencies
13
17
14
18
It is recommended to use a virtual python environment for the required modules:
With the second parameter in `./runNondex.sh`, you can only run Nondex on modules in a certain directory instead of the entire project.
47
-
46
+
How to find the Author?
48
47
49
48
> To find the author_repository_url, find the author that you want to run Nondex with, and get this author's repository overview url (e.g., https://github.com/orgs/spotify/repositories). Note that you don't need to provide the url with other parameters, as the script will automatically add the parameters needed.
50
49
>
@@ -65,3 +64,10 @@ With the second parameter in `./runNondex.sh`, you can only run Nondex on module
0 commit comments