The quality of the JavaScript code is often verified with the traditional activities of unit and functional testing. There are however tools that allow checking code before or during its executio...
https://www.softwaretestingmagazine.com/tools/open-source-javascript-code-analysis/
Running automated tests is a good thing for software quality assurance. Now you have to understand the results of the current test run. You could also be interested to see how your tests results ...
https://www.softwaretestingmagazine.com/tools/open-source-test-reporting-tools/
You need to make sure that you test complete user flows. With the open source test automation tool Playwright, you can easily in minutes record a test and run that test and visually see what is h...
https://www.softwaretestingmagazine.com/videos/end-to-end-test-automation-with-playwright/
This presentation is about visual regression testing components via screenshot matching. It will show how you do that in three different libraries/frameworks. Additionally, it will describe how t...
Nightwatch.js is an integrated open source tool to perform automated end-to-end testing on web applications and websites, across all major browsers. It is written in Node.js and uses the W3C WebD...
https://www.softwaretestingmagazine.com/videos/web-testing-with-nightwatch-js-part-1-installation/
Cypress has taken the world by storm by brining an easy-to-use open source tool for end-to-end (E2E) automated testing. Its capabilities have proven to be useful for creating stable tests for fro...
https://www.softwaretestingmagazine.com/videos/full-circle-testing-with-cypress/
This presentation is about the common mistakes that people make when writing tests. It highlights more aspects like bloated tests which make it hard to figure out what they are about and proper u...
https://www.softwaretestingmagazine.com/videos/tests-that-help-you-find-defects-faster/
This talk presents everything you need to know to run a successful, stable and maintainable WebdriverIO open source browser and mobile testing tool for Node.js. Christian explains you everything ...
https://www.softwaretestingmagazine.com/videos/webdriverio-nuts-and-bolts/