Open g-bohncke opened 1 month ago
I think it has to do with the default value of the --test-preserve-io flag if i omit it from the cli call it also starts failing.
@Parameter(property = "saveActivityInputOutput", defaultValue = "false")
private boolean preserveIO;
While running any test via the maven plugin I get them failing with:
while if I run the same tests in vscode or via cli they pass: ./target/HelloWorld.exe test --test-file ./example.flogotest --app ./example.flogo --result-filename example.testresult --collect-coverage --test-preserve-io
the example code example.flogo.txt
example.flogotest.txt