The @group annotation is necessary for test discoverability. Without it, the tests are not discovered by GitLab CI.
The @group annotation must be added to test classes.
Issue fork examples-3468407
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
avpadernoAnnotations for tests are no longer used; instead, PHP attributes should be used.