📚 Automation Test Framework using TYPESCRIPT & CYPRESS | Cypress Tutorial For Beginners

Sdílet
Vložit
  • čas přidán 26. 12. 2021
  • ✅ Cypress Typescript basic examples to start using them together!
    #cypress #testing #javascript

Komentáře • 23

  • @joanmedia
    @joanmedia  Před rokem

    🤖DISCORD: discord.gg/2F9E2fRGaU
    ⭐PREMIUM Cypress + Typescript course: shorturl.at/dcnPn
    📣FREE Cypress videos: shorturl.at/h6iEX

  • @naveenbv1838
    @naveenbv1838 Před 2 lety +2

    Thanks a lot for the cypress with Typescript 🙏
    Can you create a complete framework with the Typescript also some custom commands with the return types so that can be used again in framework

    • @joanmedia
      @joanmedia  Před 2 lety +1

      Thanks Naveen! I will add it to my list, not sure if I can do that for the next video, but for sure is in the list.

    • @naveenbv1838
      @naveenbv1838 Před 2 lety +1

      @@joanmedia Thank you so much Joan 🙏

    • @joanmedia
      @joanmedia  Před rokem

      ​@@naveenbv1838 Hello Naveen! I have created a udemy course using Typescript. Reading your comments, I need to add custommand that return types, will add it in my pending list.
      Here is the curriculum if you are interested :D
      📚 Udemy Full Course 👉 bit.ly/3pLazsY

  • @Listen_Evergreen_Songs
    @Listen_Evergreen_Songs Před 5 měsíci +1

    Can we cover html report generation in this course?

    • @joanmedia
      @joanmedia  Před 5 měsíci

      Just look for “cypress mochawesome joanmedia”. Youll find the video you are looking for 👍

  • @denysivannikov9387
    @denysivannikov9387 Před 2 lety +2

    Hi, could you please add a video for Running Tests in Parallel? Thanks!

    • @joanmedia
      @joanmedia  Před 2 lety +1

      Hi Denys! I will add it to my list.
      It is kind of tricky cause I might need ci workers to run them in parallel or a docker compose env where I can do that in my local env, but I will research... maybe using gitlab or github actions.

    • @joanmedia
      @joanmedia  Před rokem

      Hello Danny! Released a Cypress Course in Udemy with an example using the parallel feature + github actions, let the link bellow in case you are interested in:
      📚 Udemy Full Course 👉 bit.ly/3pLazsY

  • @Ponzi8
    @Ponzi8 Před rokem

    Hello,
    How did you get the tsconfig.json?
    I didn't get it when I did the npm install.

  • @karlaramirez3723
    @karlaramirez3723 Před 2 lety +1

    Hey Joan, thanks for the wonderful videos. I'm able to add some basic TS codes in my cypress project. However, would you be able to redirect me to a tutorial which is focus on typescript that is QA friendly and would help me working better in Cypress + TS ? :) Appreciate it.

    • @joanmedia
      @joanmedia  Před rokem

      Hello Karla! I have created a udemy course using Typescript. It is not support advanced, but I give some interesting tricks :D
      📚 Udemy Full Course 👉 bit.ly/3pLazsY

  • @manee427
    @manee427 Před rokem

    I did the same, but still cannot find by typescript and I have redline . any idea?

  • @MrSontiny
    @MrSontiny Před 2 lety +1

    I did the same as you taught me, but when I run, it always gives me the error: cy.typeLogin is not a function. How can I solve the issue?

    • @joanmedia
      @joanmedia  Před 2 lety +1

      Hi man! It is weird, could you please compare your local code with my repo? github.com/JoanEsquivel/cypress-demo-framework#cypress-demo-framework
      Maybe there is a typo or something?

    • @mikelons3000
      @mikelons3000 Před 2 lety +1

      @@joanmedia No your example is not working, because it's using the typeLogin command from commands.js file not commands.ts. Comment out the .js file and you will see that it's crashing.

    • @joanmedia
      @joanmedia  Před 2 lety

      @@mikelons3000 you are right. I will try to find a fix and I'll let you know.

    • @RickMCMusic
      @RickMCMusic Před 2 lety +1

      @@joanmedia were u able to solve it?

    • @mathiascarranza2931
      @mathiascarranza2931 Před rokem +1

      I'm getting the same error