Apify and Crawlee Official Forum

Updated 3 months ago

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'.
A
H
2 comments
just advanced to level 1! Thanks for your contributions! πŸŽ‰
its from another package
Plain Text
import expect from '@playwright/test'
Add a reply
Sign up and join the conversation on Discord