Open Anoerak opened 7 months ago
You should be letting SafeTest open the browser since it tracks screenshots and videos internally, that's probably why you're not getting them. You page initialization should look like: const page = await render(/* .... */)
I'm not sure it's gonna work since my project is a small react app compile with webpack and running as a component of a bigger project using PHP and JS. So the react app can't render by itself. As I wrote in an separate ticket, I've been working on something else for the past week but I about to jump back into this project since I really want to sort out how to set up safetest.
I'll keep you updated.
Thanks for your help :)
Hi,
I tried without success to get the trace and video but only got the component and even the component is always the same page. I have no idea of what I am doing wrong :(
package.json
test
main