CA
wise-white
Playwright expect in apify actor?
Is it possible to use playwright expect in an apify actor? Currently if I try to do something like:
import { expect } from 'playwright';
I am told playwright does not provide an export called 'import'.
2 Replies