Run login based tests 50% faster ⚡️ with all new Cypress Session API of Cypress 8 ✨

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ส.ค. 2021
  • In this video, we will talk about the all-new Cypress Session API introduced in Cypress 8.2. Using Cypress Session API, we can improve the automated test speed by more than 50% (depending upon how many times you use sessions in your test scenarios)
    Session API
    It helps to Cache and restores cookies, localStorage, and sessionStorage in order to reduce test setup times.
    ► [Complete Course] www.udemy.com/course/e2e-cypr...
    ► [COUPON CODE] -- EA_AUG_21 -- for discount while purchasing the course
    #cypress #cypress8 #executeautomation
    For more articles and videos, please follow
    ► [ExecuteAutomation] executeautomation.com
    ► [Twitter] @executeauto
    ► [Subscribe] @Execute Automation
    ► [Udemy] www.udemy.com/user/karthik-kk/
    New Series 2021
    #############
    ► [Microservice Development] • Developing Microservic...
    ► [XUnit with Selenium] • XUnit with Selenium
    ► [Git Basics] • Git Basics - Everyday ...
    ► [SpringBoot for Testing] • Spring Boot for Automa...
    Selenium and C#
    ******************
    ► [C# for automation testing] • C# for Automation Testing
    ► [Selenium with C#] • Introduction to Seleni...
    ► [BDD with Specflow] • BDD and Specflow
    ► [BDD with Selenium] • BDD with Selenium and ...
    ► [Selenium .NET Core] • Playlist
    Selenium &Java
    ******************
    ► [Cucumber with Selenium] • Section 1 - Cucumber w...
    ► [Cucumber with Selenium] • Section 2 - Cucumber W...
    ► [Cucumber 4 Upgrade] • Section 3 - Upgrade to...
    ► [Selenium Grid] • Selenium Grid
    ► [Selenium framework development] • Selenium Framework Des...
    ► [Selenium 4] • Selenium 4
    ► [Selenium Grid with Docker] • Selenium Grid with Docker
    ► [Puppeteer] • Puppeteer
    ► [E2E with Cypress] • Cypress Tidbits
    CI/CD with Microsoft Technologies
    *************************************
    ► [Azure DevOps Service] • Azure DevOps Service 2019
    ► [Automated Build deployment] • Automated Build+Deploy...
    ► [Build + Deploy + Test with Jenkins] • Build+Deploy+Test with...
    Docker & Kubernetes
    ************************
    ► [Understanding ABC of Docker] • Understanding ABC of D...
    ► [Understanding Docker for Windows] • Understanding Docker f...
    ► [Selenium Grid with Docker] • Selenium Grid with Docker
    ► [Kubernetes for Testers] • Kubernetes for Testers
    Mobile Testing
    ****************
    ► [Understanding Appium] • Introduction to Appium...
    ► [Appium with C#] • Introduction to Appium...
    ► [Appium with Java] • Setting stage ready fo...
    ► [Appium with C# (Advanced)] • Introduction to Appium...
    ► [Appium Framework development] • Introduction to appium...
    ► [Mobile Automation testing with Xamarin.UITesting] • Part 1 - Introduction ...
    ► [Android automation with Robotium] • Part1 - Introduction t...
    ► [Flutter app automation with Flutter Driver] • Part 1 - Introduction,...
    ► [TestProject] • TestProject (Basic)
    ► [Katalon Studio] • Katalon Studio
    ► [WinAppDriver] • Windows Application Dr...
    ► [Angular Automation] • Angular automation wit...
    ► [EAWeekly] • Playlist

ความคิดเห็น • 5

  • @muhammadabuzar6266
    @muhammadabuzar6266 2 ปีที่แล้ว +2

    Thanks man, You help me a lot. Really Appreciated

  • @AndroidPortal75
    @AndroidPortal75 2 ปีที่แล้ว

    i was really looking for thin....thank you

  • @nina10103
    @nina10103 ปีที่แล้ว

    HI :) If you want to add tests to test the validations on each field of the user form, how will you do it?
    creating an It for each validation and at the end adding that test to fill all the fields?

  • @aravind090
    @aravind090 2 ปีที่แล้ว +2

    Can i take the cy.session and use that to share across different spec files? Or is that not considered best practice?

  • @SachinKumar-et7oi
    @SachinKumar-et7oi 2 ปีที่แล้ว

    how to download file in fixtures/downloads folder. I'm using POM structure for end-end testing. I need to compare that file is found in that download location.