Hao Wang
Hao Wang
I had the same issue and fixed it by `rvm install 2.7.3 -j 1`. ``` ruby-2.7.3 - #compiling - please wait Error running '__rvm_make -j16', please read ~/.rvm/log/1639135192_ruby-2.7.3/make.log ``` ~/.rvm/log/1639135192_ruby-2.7.3/make.log:...
Sorry fo nearly forgetting this thread. In you sample code, how do you pass in the variable `applicationContext`?
Maybe it should provide an option to dump log into console when developing?
@hcoona Could you help me review this PR?
> Interesting workaround! Is there a way in Bazel (excuse my ignorance) to reuse the `BazelJUnit5ConsoleLauncher` without having to copy it around? Maybe we can move this into a standalone...
> 2. Do you have this issue where it prints out all the correct test output results to the console, but does not show you the details of which test...
@marcphilipp 👍 JUnit4 passes in `XML_OUTPUT_FILE=/test.xml` as the XML report file path, while JUnit5 receives `--report-dir` as the XML report file **directory**, and create a file like `TEST-junit-jupiter.xml` there. https://github.com/junit-team/junit5/blob/37e0f559277f0065f8057cc465a1e8eb91563af6/junit-platform-reporting/src/main/java/org/junit/platform/reporting/legacy/xml/LegacyXmlReportGeneratingListener.java#L116...
@ctasada Thanks for your feedback with these use cases. > Checking JUnit 5 Guide I see that select-package is documented as --select-package There is a bit weird logic to erase...
The method is reset to the original when called the original. If the original method is not called, it could still work. Here is a more clear example: ```rb #...
https://github.com/MikeKovarik/rage-edit/pull/18