raptatinha / tau-introduction-to-playwright

Course Introduction to Playwright by Renata Andrade for Test Automation University
https://testautomationu.applitools.com/
143 stars 649 forks source link

Chapter 4 - Error: Playwright Test did not expect test.beforeAll() to be called here. #36

Open SadhafAhmed opened 6 months ago

SadhafAhmed commented 6 months ago

Chapter 4 - when run test to see applitool example 3 spec seems to error...

Error: Playwright Test did not expect test.beforeAll() to be called here. Most common reasons include:

Error: No tests found. Make sure that arguments are regular expressions matching test files. You may need to escape symbols like "$" or "*" and quote the arguments.

To open last HTML report run:

npx playwright show-report

Chapter4Error001