diff --git a/README.md b/README.md index 5b642e1..a0dc6a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Repositório de exemplo do Framework Karate e Gatling # Executar Projeto Efetuar clone para seu local e utilizar comandos do maven para executar o projeto: -mvn clean test -Dtest="AllRunner" +mvn clean test -Dtest="MovieRunner" # Executar Projeto com as duas features sendo testadas paralelamente: mvn clean test -Dtest="ParallelRunner" diff --git a/fastmovies.iml b/fastmovies.iml index 6217380..5fdb243 100644 --- a/fastmovies.iml +++ b/fastmovies.iml @@ -39,84 +39,84 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 83e772c..ccf520f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,11 @@ com.intuit.karate karate-gatling ${karate.version} - test com.intuit.karate karate-junit4 ${karate.version} - test