We are migrating some reports from Oracle Reports to Evisions Argos. And in Oracle reports, there was a "Before Report" trigger, that would get fired before the actual running of the report query.
I'm using Playwright for end-to-end testing with Argos CI for visual regression testing. My tests have retries enabled (retries: 2), but when a test fails and retries, the screenshot paths change, causing Argos to treat them as separate screenshots.
The SQL is valid so the problem lies with Argos Reports. You need to take this up with Evisions
When I run this query in argos reports I am getting this error of ...
I'm using Playwright for end-to-end testing with Argos CI for visual regression testing. My tests have retries enabled (retries: 2), but when a test fails and retries, the screenshot paths change,