Adding Custom Commands to Nightwatch TypeScript Projects
Learn how to extend Nightwatch's built-in automation commands with your own when working inside a TypeScript Nightwatch test project in this post.
read more →
Learn how to extend Nightwatch's built-in automation commands with your own when working inside a TypeScript Nightwatch test project in this post.
read more →
https://youtube.com/watch?v=nBv1neUu3Gs
Nightwatch.js recently added Visual Studio code integration so you can debug your selenium tests. In addition, they've included my nightwatch-axe-verbose plugin for accessibility testing as a default plugin now which I talk about at 11:35
This handy guide will show you how to perform email testing in your end-to-end test automation to verify email delivery, recipient, localized content, or follow links out of account verification/activation emails in your Nightwatch selenium test suite using the MailTrap email sandbox tool.
read more →
Visual regression testing is a QA testing technique effective at catching look and feel or layout regression defects and catching bugs that you aren't explicitly looking for in your tests. These tests can be flaky or high maintenance without the right combination of visual testing tool, platform, and style so this guide will help you pick the best visual regression tool and write maintainable visual tests.
read more →
Nightwatch supports TypeScript! Learn how to write your Nightwatch automated tests and page objects using TypeScript with the examples in this documentation. Get the benefits of intellisense and type checking in both your tests and page objects!
read more →
https://twitter.com/nightwatchjs/status/1375468959244378115?s=20
Nightwatch.js recently released v1.6 which adds support TypeScript for writing your tests! The type definitions appear to be in the DefinitelyTyped project. Click here for my experience using TypeScript with Nightwatch. I know a lot of test engineers were hoping to see this feature added 🦉👍👍👍