My solution to a challenge to validate that the newest articles on Hacker News are sorted by time stamp. This project used Playwright and JavaScript. This project also demonstrates some Playwright features, such as video recording of a failed test, screenshots, and tracing.
After cloning the repo, install the needed modules by running npm install
. Run the test with npx playwright test
. Please see Running and Debugging Tests for more information.