Skip to content

Commit fdc4454

Browse files
authoredJan 26, 2020
Update README.md
1 parent 740eccc commit fdc4454

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Holmes is a prototype implementation of Causal Testing, a novel testing techniqu
55

66
## How to install Holmes
77

8+
1. Install the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and make sure you have at least Java 1.7 installed on your machine.
9+
2. Install [Python](https://www.python.org/) and [Node.js](https://nodejs.org/en/).
10+
3. Clone this repository.
11+
812
## How to run Holmes
913

10-
## Current limitations & on-going improvements
14+
If you want to run or use Holmes on your own machine, you will need to do the following:
15+
16+
1. Import the Holmes directory into Eclipse (File > Import... > General/Existing Projects into Workspace).
17+
2. Once imported, open the *RunHolmes.java* file. At the top there is a global field called **workingDirectory**. Update this variable with the path to the Holmes directory on your machine.
18+
3. Update the paths to python and node in the fuzzing script ([fuzzers/fuzz.sh]()) to the locations for python and node on your machine.
19+
20+
**Note: The version of Holmes in this repo only works with projects in the Defects4J benchmark. We are currently working on an implementation that is able to run on any JUnit test within the Eclipse IDE in the main [Holmes repository](https://github.com/brittjay0104/FuzzyDriverPlugin).**
21+
22+
## How to use Holmes
23+
24+
Please reference the README.md inside the artifact_documentation directory for more details on using Holmes for debugging.

0 commit comments

Comments
 (0)
Please sign in to comment.