-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Hello! This project looks amazing and is something our team at NASA Open MCT would love to used within our nascent performance testing suite.
I've seen a few requests for integration #15 and #14.
We're leveraging the playwright/test package which is nearly identical to jest+puppeteer in terms of capabilities. The only missing API from puppeteer is microsoft/playwright#14134 , but otherwise has API parity and should be interchangeable.
I was wondering if you could provide a guide on how to integrate memlab into our existing playwright/test framework. I could help keep it up to date by integrating these two projects as part of our CI pipeline. I'd just like to know about how we should go about getting started using some of your core APIs. Thanks!