Replies: 1 comment
-
Some more details: in "net.thucydides.core.requirements.WhenGeneratingRequirementsReportData", the following tests fail:
Workaround: Skip to build: comment out these four tests. In "net.serenitybdd.plugins.jira.client.WhenIdentifyingCustomFields", tests fail - obviously since there is no Jira available during my build. Workaround: Skip to build: comment out the Jira modules:
Additionally, I set the following environment variables:
Of course these workarounds may leave some gaps in the build (like no Jira plugin). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I assume something is missing on my build setup.
Currently I try to build serenity-core (4.2.16, main) using
./mvnw clean verify
and there is a failing test which stops the "verify":I use a fresh installed Ubuntu 24.04 on a 4GB machine. Installed
and I ran
npx @puppeteer/browsers install chrome@stable
.Any idea what could be missing?
Beta Was this translation helpful? Give feedback.
All reactions