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
After executing
mvn archetype:generate
-DarchetypeGroupId=com.github.privaliatech
-DarchetypeArtifactId=gingerspec-starter
-DgroupId=eu.vptech
-Dversion=1.0-SNAPSHOT
-DartifactId=myproject
When I execute: mvn verify -Dcucumber.filter.tags="@web"
all web test fails because chrome driver is incorrect
The text was updated successfully, but these errors were encountered:
After executing
mvn archetype:generate
-DarchetypeGroupId=com.github.privaliatech
-DarchetypeArtifactId=gingerspec-starter
-DgroupId=eu.vptech
-Dversion=1.0-SNAPSHOT
-DartifactId=myproject
When I execute: mvn verify -Dcucumber.filter.tags="@web"
all web test fails because chrome driver is incorrect
The text was updated successfully, but these errors were encountered: