-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
Description of the bug
Running tests in the demo it fails.
## Cloning repository vaadin/testbench-demo
git clone -q [email protected]:vaadin/testbench-demo.git
cd testbench-demo
## Bump vaadin
perl -pi -e 's|(\s*<'vaadin.version'>)[^\s]+(</'vaadin.version'>)|${1}25.0.0-alpha14${2}|g' pom.xml
## Build and run tests
mvn -ntp -B clean install -Pproduction
See the error:
[ERROR] There was an error in the forked process
[ERROR] TestEngine with ID 'junit-jupiter' failed to discover tests
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] TestEngine with ID 'junit-jupiter' failed to discover tests
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:701)
Expected behavior
it works like in previous version
Minimal reproducible example
see description
Versions
- Vaadin / Flow version: 25.0.0-alpha14
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
⚒️ In progress