You can clone an existing JUnit Selenium test as a parameterized test. Literal values passed to the WebDriver sendKeys
method method will be parameterized in the newly created parameterized test. This feature is currently only supported for JUnit 5Recommendations from parameterized JUnit 5 and TestNG tests will be based of the last set of parameters only. Self-healing for parameterized JUnit 5 and TestNG tests is not supported.
Enabling the Clone Action
...