@@ -22,34 +22,34 @@ it("handles simple scenarios", async () => {
2222 expect . objectContaining ( {
2323 status : Status . PASSED ,
2424 name : "logout-scenario1" ,
25- fullName : "logout.test.js: logout-feature > logout-scenario1" ,
26- testCaseId : "b1cbd7e3cf91f03aa08b912903a297a0 " ,
27- historyId : "b1cbd7e3cf91f03aa08b912903a297a0 :d41d8cd98f00b204e9800998ecf8427e" ,
25+ fullName : "allure-codeceptjs: logout.test.js: logout-feature > logout-scenario1" ,
26+ testCaseId : "778e673c36fe833488ed693c737b345d " ,
27+ historyId : "778e673c36fe833488ed693c737b345d :d41d8cd98f00b204e9800998ecf8427e" ,
2828 } ) ,
2929
3030 expect . objectContaining ( {
3131 status : Status . PASSED ,
3232 stage : Stage . FINISHED ,
3333 name : "logout-scenario2" ,
34- fullName : "logout.test.js: logout-feature > logout-scenario2" ,
35- testCaseId : "cf2fc4ae2f9143145a3ee3bae6dff66b " ,
36- historyId : "cf2fc4ae2f9143145a3ee3bae6dff66b :d41d8cd98f00b204e9800998ecf8427e" ,
34+ fullName : "allure-codeceptjs: logout.test.js: logout-feature > logout-scenario2" ,
35+ testCaseId : "7692f3496c3d2d7d6de55c0484320613 " ,
36+ historyId : "7692f3496c3d2d7d6de55c0484320613 :d41d8cd98f00b204e9800998ecf8427e" ,
3737 } ) ,
3838 expect . objectContaining ( {
3939 status : Status . PASSED ,
4040 stage : Stage . FINISHED ,
4141 name : "login-scenario1" ,
42- fullName : "nested/login.test.js: login-feature > login-scenario1" ,
43- testCaseId : "157be92d422d04e9b79d6d2fbb5020de " ,
44- historyId : "157be92d422d04e9b79d6d2fbb5020de :d41d8cd98f00b204e9800998ecf8427e" ,
42+ fullName : "allure-codeceptjs: nested/login.test.js: login-feature > login-scenario1" ,
43+ testCaseId : "d0043c593f1348f10b0cbea74efb4c72 " ,
44+ historyId : "d0043c593f1348f10b0cbea74efb4c72 :d41d8cd98f00b204e9800998ecf8427e" ,
4545 } ) ,
4646 expect . objectContaining ( {
4747 status : Status . PASSED ,
4848 stage : Stage . FINISHED ,
4949 name : "login-scenario2" ,
50- fullName : "nested/login.test.js: login-feature > login-scenario2" ,
51- testCaseId : "fbb987bcdcd21440bb0a4f4d79711387 " ,
52- historyId : "fbb987bcdcd21440bb0a4f4d79711387 :d41d8cd98f00b204e9800998ecf8427e" ,
50+ fullName : "allure-codeceptjs: nested/login.test.js: login-feature > login-scenario2" ,
51+ testCaseId : "c4b12b93e5c7ebe3f4a12445843388f6 " ,
52+ historyId : "c4b12b93e5c7ebe3f4a12445843388f6 :d41d8cd98f00b204e9800998ecf8427e" ,
5353 } ) ,
5454 ] ) ,
5555 ) ;
0 commit comments