Listener v3 not working

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

Sounds like a bug in your listener code.But impossibe to tell because a) you don’t show any code and b) no actual error messages ..

1 Like

could you provide logs and minimal code that produce the issues ? without more details it will be hard to tell

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

1 Like