TestQA1
10 months agoFrequent Contributor
Showing Scenario as message instead of green/red
Hi everyone,
I have a test where we have a condition calculating difference of two images. In test complete image difference even a slightest pixel change fails the comparison so we are using Difference method instead to avoid test fails. We don't want to fail images based minor pixel changes.
However, I need to make sure that if there's a slight difference between pictures, the test logs scenario should not pass it, neither fail it but it should display scenario as a message. We don't want to add warning as well.
Is this possible for test scenario to appear as message rather than checkpoint?
For example, Log.Message logs message but is it possible for a scenario to be the same?
Thanks