You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@only on the test suite AND the third It group runs the first It group AND the third It group. Probably related to but I wanted to give you more debugging ;) #14
'@Only
'@TestSuite [RBSA] Rooibos before after tests
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@It tests one
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@Test it one
function RBSA__it_test_one() as void
m.AssertTrue(true)
end function
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@It tests two
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@Test it two
function RBSA__it_test_two() as void
m.AssertTrue(true)
end function
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@Only
'@It tests three
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@Test it three
function RBSA__it_test_three() as void
m.AssertTrue(true)
end function
[main] RunUserInterface
Starting test using test scene with name TestsSceneTestsScene
#########################################################################
#TEST START : ###UNDEFINED_TEST_ID###
Loading test config from default location : pkg:/source/tests/testconfig.json
[START TEST REPORT]
[RBSA] Rooibos before after tests [ONLY] (pkg:/source/tests/BeforeAfterTest.brs(1))
|-tests one
| |--it one : ..................................................................Success pkg:/source/tests/BeforeAfterTest.brs(9)
|
|-tests three
| |--it three : ................................................................Success pkg:/source/tests/BeforeAfterTest.brs(28)
|
[END TEST REPORT]
Total = 2 ; Passed = 2 ; Failed = 0 ; Ignored = 0
Time spent: 0ms
RESULT: Success
BRIGHTSCRIPT: ERROR: roUrlTransfer.PostFromString: Sync-wait interrupted: pkg:/source/lib/rooibos/rooibos.cat.brs(2042)
The text was updated successfully, but these errors were encountered:
fantastic test report. THANKS! I was able to resolve it in 2 minutes thanks to the clarity of your report. I've added it as a test to the suite. Much obliged.
@only on the test suite AND the third It group runs the first It group AND the third It group. Probably related to but I wanted to give you more debugging ;) #14
The text was updated successfully, but these errors were encountered: