Missing or doesn't match signature in testing gherkin, bdd, cucumber test

hello! i have encountered a problem when running katalon using groovy script for bdd cucumber test. the error is shown below

=============== ROOT CAUSE =====================

Caused by: java.lang.SecurityException: class “module-info”'s signer information does not match signer information of other classes in the same package

i installed pre-requisite jar for gherkin, bdd cucumber test and still have the same problem.

1 Like

This is a known issue.

Please make a search in this forum. You will find some previous topics.

For example,

hey @galang.yahya
you can follow this solution I got this `bytebuddy` error when executing BDD test - #22 by depapp

I think it’ll solve your issue related BDD in the latest version of Katalon Studio

hello! thank you for the advice, the cucumber test run smoothly right now! @depapp @kazurayam