We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.uitest.generator.
Package com.vaadin.uitest.generator
Interface Generator
public interface Generator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
addTestDependencies
(String projectDir, String testsDir, List<UiRoute> views, TestFramework testFramework) default String
generateTest
(UiRoute route, UiLogin login, TestFramework testFramework) default File
generateTest
(UiRoute route, File testsDir, boolean keep, UiLogin login, TestFramework testFramework) default LLMService
static UiModel
default File
writeTestFile
(UiRoute route, String source)
-
Field Details
-
PLAYWRIGHT_CONFIG
See Also:
-
logger
static final org.slf4j.Logger logger
-
-
Method Details
-
getService
-
parseJson
static UiModel parseJson(File json) throws IOException, com.fasterxml.jackson.core.exc.StreamReadException, com.fasterxml.jackson.databind.DatabindException Throws:
com.fasterxml.jackson.core.exc.StreamReadException
com.fasterxml.jackson.databind.DatabindException
-
generateTest
-
writeTestFile
Throws:
-
generateTest
default File generateTest(UiRoute route, File testsDir, boolean keep, UiLogin login, TestFramework testFramework) throws Exception Throws:
-
addTestDependencies
default boolean addTestDependencies(String projectDir, String testsDir, List<UiRoute> views, TestFramework testFramework) throws Exception Throws:
-