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

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -