NashTech Insights

Selenium testing

Posts by categories

Posts by tags

Getting Started with Nightwatch.js

What is Nightwatch.js Nightwatch.js is an end-to-end testing framework for web applications. It allows you to write and run automated tests in real web browsers, simulating user interactions to ensure your application behaves correctly. It’s particularly favored for its ease of use and its ability to work with popular browsers like Chrome, Firefox, and Safari. …

Getting Started with Nightwatch.js Read More »

Selenium Testing With Test Containers And CI/CD Integration

Selenium is one of the most widely used browser automation tool out there. Using Selenium, any front end application can be tested with automation. This powerful tool however requires few things in your system so it can run your automated test cases. You need to add dependencies and configurations in each system where you want …

Selenium Testing With Test Containers And CI/CD Integration Read More »