InNerd For TechbyMohamed YaseenIntroduction To Cypress Test Automation FrameworkWhat is Cypress? It’s a framework like the Selenium WebsDriver, WebDriverIO, TestCafe, and others tools for test automation.Apr 16, 20211Apr 16, 20211
InNerd For TechbyMohamed YaseenCypress vs SeleniumI would contrast the two most exciting tools that are considered game-changers from the large list of automation research tools available…Apr 20, 2021Apr 20, 2021
InNerd For TechbyMohamed YaseenSetting Up CypressInstallation Prerequisite We must install a few items to also install Cypress to pursue this tutorial: NodeJS and NPM. Notice that Cypress…Apr 23, 2021Apr 23, 2021
InNerd For TechbyMohamed YaseenWriting the First Test in CypressWe’ll be creating a file inside the “integration” folder to write our first test and enter the test code within it. We’ll name this…Apr 29, 2021Apr 29, 2021
InNerd For TechbyMohamed YaseenInteracting with Elements in CypressBut first, to ensure that our tests run only when we ask them, I would like to turn off the Watch feature. The “cypress.json” file will be…May 3, 2021May 3, 2021
InNerd For TechbyMohamed YaseenValidations in Cypress with Cypress-Xpath ModuleWe need to validate that the Login button and the forgot password link are available on the page.May 6, 2021May 6, 2021
InNerd For TechbyMohamed YaseenCypress Command Line InterfaceBefore I begin, I have changed the script as follows:May 10, 2021May 10, 2021
InNerd For TechbyMohamed YaseenCypress Page Object ModelPage Object Model, also known as POM, is a design pattern that creates an object repository for storing all web elements. It is useful in…May 13, 20212May 13, 20212
InNerd For TechbyMohamed YaseenAPI Testing with CypressWe commonly develop two sets of tests as test automation engineers. Tests for UI and API. The command line is generally used to do API…May 17, 2021May 17, 2021
InNerd For TechbyMohamed YaseenValidating UI using AI with CypressWhat is ApplitoolsMay 21, 2021May 21, 2021
InNerd For TechbyMohamed YaseenMochawesome Report Integration with CypressWhat is MochawesomeJun 2, 20212Jun 2, 20212