Cypress Beginner Tutorial 3 | Prerequisite - Setting up Cypress environment

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

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

  • @rajeshkumar-no8sp
    @rajeshkumar-no8sp 3 ปีที่แล้ว +10

    Sir, you're the father of automation! You're doing great efforts to grow automation community. We all are so lucky. A big thank you from all of us!

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      I am so humbled Rajesh, Can just say, I am trying to learn & improve daily.

  • @gulabi.jazbaat
    @gulabi.jazbaat 5 หลายเดือนก่อน

    Hi @Raghavpal. Your voice while teaching is so pleasant. I am sure you have a lot of patience when it comes to teaching. This quality makes it look simple and hooks the learner to learn further.

    • @RaghavPal
      @RaghavPal  5 หลายเดือนก่อน +1

      Thank you so much

  • @ahmedmetwally3400
    @ahmedmetwally3400 3 ปีที่แล้ว

    Thanks Raghav for all your helpful tutorials, you make always a great effort to keep us updated with new technologies used in the testing automation market. good job and keep it up 👍👍👍

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      So nice of you Ahmed, Thanks a lot for the message

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

    Thank you for your work and very good content =)

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

      Glad you enjoy it Ivan

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

    Sir your way of teaching is outstanding

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

      Thanks a lot Ash

  • @thaotruong3954
    @thaotruong3954 3 ปีที่แล้ว

    Thank you for this video. Easy to understand

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Most welcome Thảo

  • @SilverLake.
    @SilverLake. 2 ปีที่แล้ว

    Thank you for your video

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

      Most welcome Sean

  • @LayanSooriyaarachchi
    @LayanSooriyaarachchi 3 ปีที่แล้ว

    nice explanation.. waiting for the next Cypress videos.. 👍👍

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      Coming soon Layan

  • @musibulkhan2015
    @musibulkhan2015 3 ปีที่แล้ว

    Thanks for the video good job

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks for watching Musibul

  • @Bell4Fun
    @Bell4Fun 3 ปีที่แล้ว

    Please suggest Data generation tools for automation testing using cypress for data driven test

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      I will plan on this Deen

  • @pixelking9457
    @pixelking9457 3 ปีที่แล้ว

    nice video bro i subbed

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks for the sub

  • @priyankadwivedi3623
    @priyankadwivedi3623 3 ปีที่แล้ว

    Thank you sir 😊

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Most welcome Priyanka

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

    Hi Sir, I follow your learning but due to some issues im unable to proceed with practice, could you please lemme know how to uninstall cypress from visual studio code???? So that i can reinstall it, i have tried uninstalling VS code but cypress still exists if i redownload it, kindly help me sir, i am stuck!

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

      Hi Banu, you can run the command
      npm uninstall cypress
      and then reinstall

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

    thanks

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

      Most welcome Sefa

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

    Sir I am facing proxy error while installing cypress please help mee

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

      Hi Sirkanth, this can help stackoverflow.com/questions/60379393/cypress-installation-fails-with-proxy-setup

  • @rcrider43210
    @rcrider43210 3 ปีที่แล้ว

    **I am Trying to draw rectangular shape on canvas in Cypress Automation, but it is not allowing to do so. All we need to click and hold from one diagonal point and drag& drop let's say from (1,1) to another coordinate point(2,2). Then our task would be done.
    Note: But the problem here is the source element point (1,1) is not any element it's just a point on canvas and if we hold this value in ILocation interface then we cannot use any drag and drop plugin because in drag arguments the source & target parameter should be element string.
    Have used the below trigger code also but this also did not work for me.
    export function drawRectangle(start: ILocation, size: number): any {
    //'start' is the mid point of coordinate
    // size is 100
    const source = {x: start.x, y: start.y}
    const dest= {x: start.x + size, y: start.y + size }
    cy.get('.div.canvas-container').click(source.x, source.y).as('sourcePoint');
    cy.get('@sourcePoint'). trigger ("mousedown", {force:true})
    cy.get('.div.canvas-container').trigger ("mousemove", {source, dest}, {force:true})
    cy.get('.div.canvas-container').click(dest.x, dest.y).as('destPoint');
    cy.get('@destPoint'). trigger ("mouseup", {force:true})
    }

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Hi Rajat, not very sure, will need to see some examples

  • @ahmettemel8245
    @ahmettemel8245 3 ปีที่แล้ว

    thnk you

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      You're welcome!