-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yavin Demo App Test are not passing #1726
Comments
Could you tell us which version of Java you are using? I think our readme might be outdated and you may see those errors with java 8, but I just tried to reproduce this using java 11 and the tests passed $ javac -version
javac 11.0.11 |
Hi @kevinhinterlong . Thanks for the prompt response. Our environments have Java 11 as well javac -version
javac 11.0.16.1 One of the failed tests seems to be complaining about StaticAssetServingTest > landing_page_test() FAILED
java.lang.NullPointerException at StaticAssetServingTest.kt:25 On that line, it is trying to load a file in |
Hmm, it sounds like it's not building the # in the root 'app' dir
$ ls ui/build/resources/main/META-INF/resources/ui/
assets fonts img index.html robots.txt testem.js tests You could also try running |
Thank you @kevinhinterlong for investigating! I'll definitely try it later today (Sorry for the very late reply. :) ) |
Describe the bug
We were trying to run test on a Yavin app but see tests were failing.
To Reproduce
git clone [email protected]:yavin-dev/app.git
cd app
./gradlew build
Expected behavior
All tests should pass
Screenshots
Desktop (please complete the following information):
master
branchAdditional context
N/A
The text was updated successfully, but these errors were encountered: