Showing posts with label Protractor. Show all posts
Showing posts with label Protractor. Show all posts
Cypress Tutorial : A Brief Introduction to Cypress

Cypress Tutorial : A Brief Introduction to Cypress


Cypress Tutorial : A Brief Introduction to Cypress



In this article, we will be having an introduction of Cypress.io and how to set this up and creating our first test in cypress.

Introduction to Cypress.io

Cypress.io is an open-source test automation tool built for modern web applications. It is fast, easy and reliable testing for anything that runs in a browser.

The most important part of it, it doesn’t build on Selenium WebDriver.
Cypress.io is NOT Selenium and hence there is a new architecture been built
from the ground up.
Protractor Automation FrameWork Using Page Object Model

Protractor Automation FrameWork Using Page Object Model

Protractor Automation FrameWork Using Page Object Model


In this article, I will be sharing the complete Protractor automation framework using Page Object Model which I have created using type and javascript.

In this framework I have automated a few scenarios for a Publicly available angular website named ProtoCommerce. Please Note for using this Framework you need to change your system configuration.