generate_java_junit5
Create a Java JUnit 5 test class from a live browser session, complete with setup, test, teardown methods, and explicit waits.
Instructions
Generate a Java JUnit 5 test class from the current browser session. Includes @BeforeEach, @Test, @AfterEach and proper WebDriverWait usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_name | No | RecordedFlowTest | |
| package_name | No | com.tests.selenium |