Pietro F.
Results
2
comments of
Pietro F.
Yes, there are many expect. On playwright you can change the expect timeout like this: expect:{ timeout: 3000 } but I don't know how to import it to this project,...
> I want to do the same (setting a global expect timeout). > > In a test run by the Cucumber runner the timeout I pass to `expect.configure` is ignored...