Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [starter-dev] UI Testing

Testing is always a good thing. I suggest waiting to write UI tests after Kito is done revamping the UI. The UI may change substantially.

The Archetype testing is actually very weak right now. We could use much more robust tests there.

On 2/18/2024 1:32 PM, Jeyvison Nascimento via starter-dev wrote:
Hi, folks.

The complexity of the UI is getting a bit bigger and is kinda difficult to correctly test and validate the changes introduced.

I'm thinking about adding some testing framework(Selenium?) so we can make sure every PR comes with the necessary tests that can make the changes sager. Before adding anything I'd like to hear your thoughts on this.

This is only a concern for the UI for now since we're already covering* the cases for the archetype in GH Action.


*Not exactly doing anything but verifying that the archetype is generated without errors
--
Jeyvison Nascimento

_______________________________________________
starter-dev mailing list
starter-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/starter-dev

Back to the top