-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
SpikeInvestigation to gain knowledge or reduce uncertaintyInvestigation to gain knowledge or reduce uncertainty
Description
User Story
As a developer I want to be able to test the frontend of my custom apps and components, so that future code changes and updates don't break my apps/components.
Description
The current test setup in the https://github.com/openremote/openremote repo could be copied to this repository so that users can test their custom apps/components.
Setting up the currently required: Gradle tasks, package.json
script, and playwright.config.ts
file would preferably be already present for each app/component even if no tests are written yet. So as soon one wants to write a test they only need to think about writing the test.
Acceptance Criteria
- 1. The custom project must contain a frontend testing setup for apps and components.
- 2. All packages should by default be configured so that you can write frontend tests.
Implementation Notes
[Relevant technical notes]
Metadata
Metadata
Assignees
Labels
SpikeInvestigation to gain knowledge or reduce uncertaintyInvestigation to gain knowledge or reduce uncertainty