You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating from 5.8.1 version to 5.8.2 I get the following error after test run (5.8.1 works fine):
"jar:3.3.0:jar (default-jar)"
"[WARNING] JAR will be empty - no content was marked for inclusion!"
"you have to use classifier to attach supplemental artifacts to the project instead of replacing them"
Test report is not generated.
I am using Selenium 4.24.0
The text was updated successfully, but these errors were encountered:
I can confirm that it works in the recent HEAD version.
However, I needed to fix another issue there. With the revert #271 you removed the class level annotations, but the parameter level annotations stayed. Therefore the HEAD version does not recognize the parameters anymore. I could fix that by just adding:
After updating from 5.8.1 version to 5.8.2 I get the following error after test run (5.8.1 works fine):
"jar:3.3.0:jar (default-jar)"
"[WARNING] JAR will be empty - no content was marked for inclusion!"
"you have to use classifier to attach supplemental artifacts to the project instead of replacing them"
Test report is not generated.
I am using Selenium 4.24.0
The text was updated successfully, but these errors were encountered: