Apify Discord Mirror

Updated 5 months ago

Playwright expect in apify actor?

At a glance

The community member is asking if it is possible to use the playwright expect in an Apify actor, as they are encountering an issue where playwright does not provide an export called import. In the comments, another community member suggests that the expect should be imported from the @playwright/test package instead.

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