Skip to content

Migrate from spock to normal junit (eventually jupiter) #3135

@codefromthecrypt

Description

@codefromthecrypt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions