test #3
GitHub Actions / maven_test_report_hello_world
failed
Nov 5, 2024 in 0s
maven_test_report_hello_world ❌
❌ TEST-com.example.HelloWorldTest.xml
2 tests were completed in 33ms with 1 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.example.HelloWorldTest | 1✅ | 1❌ | 33ms |
❌ com.example.HelloWorldTest
✅ testSayHello
❌ testFailingAssertion
org.opentest4j.AssertionFailedError: This is a failing test to test the pipeline. ==> expected: <true> but was: <false>
Annotations
Check failure on line 18 in hello_world/src/test/java/com/example/HelloWorldTest.java
github-actions / maven_test_report_hello_world
com.example.HelloWorldTest ► testFailingAssertion
Failed test found in:
TEST-com.example.HelloWorldTest.xml
Error:
org.opentest4j.AssertionFailedError: This is a failing test to test the pipeline. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: This is a failing test to test the pipeline. ==> expected: <true> but was: <false>
at com.example.HelloWorldTest.testFailingAssertion(HelloWorldTest.java:18)
Loading