QA Wolf Interview Question

Write a JavaScript test using Playwright to check that the first 100 articles on Hacker News were presented in the correct order.

Interview Answer

Anonymous

Sep 11, 2024

I implemented the test in the index file they provided, and additionally as an actual Playwright test

2