Hi team
Recently implemented listener v3 in project.
Now we encountered with an issue listener v3 when we are using in init.robot file then iam encountering issue with. Start testcase and end testcase not found.
Same listener v3 is working with individual test suite
Only difference
Created folder
Then init.robot file created and added suite setup and suite teardown
Created multiple test suite files
The start or end test listener api is not called on the init because init file doesn’t contain any test. If you want your listener to be called also for init files, you need start or stop suite listener api call