Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcesahinnn authored Aug 12, 2024
1 parent ece06c8 commit fb94c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"`
`mvn clean test -Dtest="CucumberRunner#testAll"`

0 comments on commit fb94c8d

Please sign in to comment.