0

I am getting such error with test containers org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [org.testcontainers.junit.jupiter.TestcontainersExtension]: Illegal state: required test class is not present in the current ExtensionContext

I have @Testcontainers in root class, that this test inherit.

masterdany88
  • 5,041
  • 11
  • 58
  • 132

1 Answers1

0

I've missed annotation on top of failing test class:

@Testcontainers
masterdany88
  • 5,041
  • 11
  • 58
  • 132