CA
Crawlee & Apify•17mo ago
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
MEE6
MEE6•17mo ago
@sclear. just advanced to level 1! Thanks for your contributions! 🎉
HonzaS
HonzaS•17mo ago
its from another package
import expect from '@playwright/test'
import expect from '@playwright/test'

Did you find this page helpful?