QA-Automation-Starter / qa-automation

QA automation utilities and project generator
https://qa-automation-starter.aherscu.dev
Other
6 stars 4 forks source link

jdk11 -- dropped jdk8 support #201

Closed adrian-herscu closed 10 months ago

adrian-herscu commented 11 months ago

Replaced all definitions with patform-jdk11 definitions -- still there non-modularized dependencies causing the build to fail compiling

adrian-herscu commented 11 months ago

It is passing because unit tests are skipped -- see https://github.com/QA-Automation-Starter/qa-automation/issues/187#issuecomment-1757065630

adrian-herscu commented 11 months ago

After fixing all compilation errors, and disabling tests in qa-jgiven-commons and in qa-jgiven-reporter-maven-plugin, testing-self.xml fails with NPE during WebDriver initialization.

Currently, this failure cannot be debugged: image

Tests cannot be launched via IntelliJ, happens also in qa-jgiven-commons, due to these JPMS errors.

adrian-herscu commented 11 months ago

see #203

adrian-herscu commented 10 months ago

Parallel data providers not supported in 1.3.0 https://github.com/TNG/JGiven/issues/829#issuecomment-1804385778

adrian-herscu commented 10 months ago

Does not meet requirements of original issue (#198) -- waiting for comments.