diff --git a/CHANGELOG.md b/CHANGELOG.md index 29df05e1c4..f82c139448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented - default expression of another attribute in feature model - presence condition in artifact - left-hand-side condition in an ITabularVarPoint +- Allow to set `reportsFilenamePrefix` for the `ICustomRunnerConfig` interface ### Changed diff --git a/code/languages/org.iets3.opensource/solutions/org.iets3.core.junit.interpreter.run.configuration/models/xml4JUnit.mps b/code/languages/org.iets3.opensource/solutions/org.iets3.core.junit.interpreter.run.configuration/models/xml4JUnit.mps index b91093d3ff..8be5e523f9 100644 --- a/code/languages/org.iets3.opensource/solutions/org.iets3.core.junit.interpreter.run.configuration/models/xml4JUnit.mps +++ b/code/languages/org.iets3.opensource/solutions/org.iets3.core.junit.interpreter.run.configuration/models/xml4JUnit.mps @@ -16631,13 +16631,13 @@ - + - - - + + + @@ -16719,19 +16719,51 @@ + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -16868,6 +16900,16 @@ + + + + + + + + + + @@ -17895,6 +17937,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +