I get an error on this line when I run the test as jUnit. I do not get the error if I run it as maven.
response.then().statusCode(200);
Error
" class "org.hamcrest.Matchers"'s signer information does not match signer information of other classes in the same package "
Hello
Eclipse + Serenity BDD + Maven
I get an error on this line when I run the test as jUnit. I do not get the error if I run it as maven.
response.then().statusCode(200);
Error " class "org.hamcrest.Matchers"'s signer information does not match signer information of other classes in the same package "