Closed dareksob closed 4 years ago
Hi, the change is pretty new and not yet released. #145
the it function also not work. The export of the include file not correct. I found the fixtures object which have the functions.
const {it} = require('@playwright/test').fixtures;
I have tried many things, but I can't get it work. The fixtures it doesn't have the page and context as argument. I have also tried different versions and link the current master as module but without success.
Thanks for trying it out, @dareksob and @turbobasti. This project is under active development and things are changing rapidly. Parts of the readme are outdated and are being updated. We are very close to sharing it more broadly. Stay tuned :)
I get this error
TypeError: describe is not a function