Welcome to the QA Wolf take home assignment! We appreciate your interest and look forward to seeing what you come up with.
In this assignment, you will create a basic test on Netflix using JavaScript and Microsoft's Playwright framework.
This assignment should take no more than a few hours to complete.
-
Install node modules by running
npm i. -
Create a basic Playwright test that goes to netflix.com and verifies that you cannot sign in with an invalid email/password combination. Add your code to the
tests/netflix.spec.jsfile after the// ADD YOUR TESTS HERE!comment. The commandnpm run testwill run your test. -
Optional: If you want to add an assertion, you can use Playwright (example docs here).
-
Send laura@qawolf.com a link to a zip file of this folder on Google Drive.
If you send us your completed assignment by the specified due date, we will pay you $100 for your time. Thanks again for your interest in QA Wolf!