You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, E2E tests are using a different programming language, groovy, and a less used framework, spock. This complicates both the act of adding new tests as well dealing with dependencies.
At the time, it may have made sense to try something like Spock. However, if you look closely at the E2E tests, they are simple and neither need to use BDD style, nor need to use a different programming language.
Basic junit is easier for new maintainers and the code, and I believe this should be reverted to normal java. I'm happy to prove this in a PR if maintainers agree.