NoamGaash / playwright-advanced-har

MIT License
26 stars 0 forks source link

How to test it? #14

Closed NoamGaash closed 6 months ago

NoamGaash commented 6 months ago

On test.spec.ts I've tried to test the record and play mechanism, yet failed to do so. When the Playwright team test the routeFromHar function they do something quite sophisticated with contextFactory, and I don't have the capacity to learn what's going on over there.

Anyway, I'd really like to have the ability to have a test that records a Har file, and then uses it

Any help would be appreciated

NoamGaash commented 6 months ago

solved during #15