79355326

Date: 2025-01-14 14:29:37
Score: 1
Natty:
Report link

Ugh, typical, just as I posted I discovered the solution. For cucumber, you MUST initialise yourself...

@SystemStub 
private EnvironmentVariables environmentVariables; 

@Before 
public void setup() throws Exception {
 environmentVariables = new EnvironmentVariables(); 
 environmentVariables.setup(); 
} 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tirinoarim