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
Hello Angie,
thanks a lot for your automation framework: thats exactly what I have been looking for!
Unfortunately I have some issues:
the generated jar is not executing, it has no manifest for that
mvn clean test is not running the tests
pom.xml is not including the correct WebDriver/Chromedriver as stated in the error here:
leder@leder-ryzen-home:~/Git/automation-framework/automation-framework/target/classes$ java services.CartServices
Fehler: Hauptklasse services.CartServices kann nicht initialisiert werden
Ursache: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver
Thanks for listening I would like to stay in touch
Gerrit
The text was updated successfully, but these errors were encountered:
The third issue in my OP is ok now: I have installed google-chrome-stable in ubuntu 18.04!
But I have absolutely no clue how to use your framework: the visual_tests in Jessica's repository just work for me! The first issue is the missing manifest when executing the jar, the second issue is mvn clean test doing nothing. In the project sources I can see no public static void main method. Could you please elaborate on how to implement your framework correctly?
Hello Angie,
thanks a lot for your automation framework: thats exactly what I have been looking for!
Unfortunately I have some issues:
mvn clean test
is not running the testspom.xml
is not including the correct WebDriver/Chromedriver as stated in the error here:leder@leder-ryzen-home:~/Git/automation-framework/automation-framework/target/classes$ java services.CartServices
Fehler: Hauptklasse services.CartServices kann nicht initialisiert werden
Ursache: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver
Thanks for listening I would like to stay in touch
Gerrit
The text was updated successfully, but these errors were encountered: