Month: April 2022

Generate Cypress MochAwesome Reporter

MochAwesome Reporter

    Cypress compatibility: node >= 14Cypress >= 6.7.0 Setup: or config file (cypress.json by default) or command line import ‘cypress-mochawesome-reporter/register’; module.exports = (on, config) => { require(‘cypress-mochawesome-reporter/plugin’)(on); }; 5. Run test cases or project: npx cypress run –browser chrome…

Read More »

Differences between Selenium 3 Vs. Selenium 4

Se3 vs Se4

In this article, I will compare the architecture for Selenium 3 vs Selenium 4, then highlight a few Selenium 4 advantages. I will also discuss the new features in Selenium 4 that have been applied to Selenium IDE, Selenium…

Read More »