Re: Using Playwright for RoyaleUnit JS testing

2022-08-02 Thread Josh Tynjala
I don't think that using Playwright gives us any improvement to build/test performance. It's still ultimately launching a separate browser process and communicating over a websocket. It's mainly stability improvements, for the reasons mentioned. Playwright is certainly be something that could be

Re: Using Playwright for RoyaleUnit JS testing

2022-08-02 Thread Harbs
Cool. I was wondering what those references to Playwright were. A couple of questions: Does this bring any performance improvements? Does this make UI testing easier? > On Aug 2, 2022, at 8:50 PM, Josh Tynjala wrote: > > Hey all, > > Recently, I committed some changes to the RoyaleUnit Ant

Using Playwright for RoyaleUnit JS testing

2022-08-02 Thread Josh Tynjala
Hey all, Recently, I committed some changes to the RoyaleUnit Ant task to make it more robust and powerful. This is in response to my recent discovery that the RoyaleUnit testing in our royale-asjs build seems to have become less reliable over time since I originally set things up. In