diff --git a/CHANGELOG.md b/CHANGELOG.md index d001277829..f3b44df89d 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 1cc67fa094..2f41b1dd33 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 @@ -9075,13 +9075,13 @@ - + - - - + + + @@ -9163,19 +9163,51 @@ + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -9312,6 +9344,16 @@ + + + + + + + + + + @@ -10317,6 +10359,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +