diff --git a/README.md b/README.md index 443cccd..2cd3d5e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ # Quick Setup ( for mac and windows ) -* cd /Users/gsahin/Desktop/WEBINAR +* cd "file Path" * mvn archetype:generate -DarchetypeGroupId=com.intuit.karate -DarchetypeArtifactId=karate-archetype -DarchetypeVersion=1.3.1 -DgroupId=com.mycompany -DartifactId=webinar # Running Tests @@ -32,4 +32,4 @@ 3. Running it via CLI by giving 'Runner class' and 'tagname'. `mvn clean test -Dtest=RunnerName "-Dkarate.options=--tags @tagName"` - `mvn clean test -Dtest="CucumberRunner#testAll"` \ No newline at end of file + `mvn clean test -Dtest="CucumberRunner#testAll"`