Skip to content

PiT 25.0: cannot run tests in testbench-demo #22509

@manolo

Description

@manolo

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
No labels

Type

No type

Projects

Status

⚒️ In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions