#End2End Testing in Java with Selenium - how to get a good test structure - looking for experiences

1 messages · Page 1 of 1 (latest)

molten sparrow
#

At work I am currently tasked to implement End2End/integration Tests for one application using Selenium.
I have a basic setup going, where I start all components using Testcontainers so I can run/implement my tests fairly simple.
I am struggling with creating a good Test structure. I have other projects at work for reference but it seems like every project does things differently, from selectors to page objects to abstraction, there is no consistency.
Basically I am looking for references for good Selenium tests and or personal experiences from working and integrating tests with the framework. What worked well for you or what failed short or long term. Maybe even things you did differently from the documentation or general recommendations because they worked better for you.
Looking forward to hear your experiences - thanks in advance

wintry remnantBOT
#

<@&987246554085740594> please have a look, thanks.