Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Tests don't run on newer versions of Micronaut (and the older version has some issues as well.). #6

Open
edtbl76 opened this issue Nov 12, 2020 · 0 comments

Comments

@edtbl76
Copy link

edtbl76 commented Nov 12, 2020

I've added the report output for the failure.

(If I execute tests w/ gradle -> "Test events were not received")
(If I executed tests w/ JUnit -> "No Tests were found")
tests.zip

2.0.0 is the latest version that appears to work.

2.0.1+ all fail with the above error.

Additionally:

  • Even on 2.0.0, the chrome drivers are pretty old. The current version of Chrome (as of this writing is 86).
    You might want to add a comment to the build.gradle that points to the location where the driver versions can be
    specified:
    https://chromedriver.chromium.org/download

in order to update the webdriverBinaries closure
webdriverBinaries {
chromedriver {
version = '86.0.4240.22'
// version ='83.0.4103.39'
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant