The project is a standard Maven project. To run it from the command line,
type mvnw
(Windows), or ./mvnw
(Mac & Linux), then open
http://localhost:8080 in your browser.
You can also import the project to your IDE of choice as you would with any Maven project. Read more on how to import Vaadin projects to different IDEs (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).
The test session consists of the following tasks. Please see comments in the code for descriptions.
- Activate Copilot
- Utilizing the copilot panel, generate UI tests for any Flow view
- Use the generated link to navigate to the test class
- Examine the test code and project modifications
- Fix any compilation errors
- Run the generated integration tests
- Examine the test results
- Utilizing the copilot panel, generate UI tests for any Hilla React view
- Use the generated link to navigate to the test class
- Examine the test code and project modifications
- Fix any compilation errors
- Run the generated integration tests
- Examine the test results