java - Selenium IDE - convert html to junit automatically -
i have application(spring boot, gradle). need find possible , easier way convert html scenario (created selenium ide) junit tests automatically (maybe run gradle task). found plugins - https://github.com/willwarren/selenium-maven-plugin (based on maven) , https://github.com/nextinterfaces/selenium4j (based on ant).
how can add plugin application? posible add maven or ant based plugin gradle based application? maybe plugins gradle exist? highly appreciated.
in selenium ide, find option in file menu export test case in multiple languages.
goto: file> export test case as> java / junit 4 / web driver
here's screenshot showing this: export test case in selenium java junit
Comments
Post a Comment