EASY Cypress + GitHub Actions INTRODUCTION | Cypress Tutorial

Sdílet
Vložit
  • čas přidán 21. 08. 2024

Komentáře • 15

  • @joanmedia
    @joanmedia  Před 2 lety

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

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

    dude this video is gold! been looking for a cypress tute!

    • @joanmedia
      @joanmedia  Před 2 lety

      Thank you

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

      @@joanmedia just a suggestion, please put the code repo link in description. I found it after pausing the video. :)

    • @joanmedia
      @joanmedia  Před 2 lety

      @@zinader Hey man! Just wanted to tell you that release a new course using the parallel configuration with Github actions in case you may be interested :D 📚 Cypress 10+ Udemy Full Course 👉 bit.ly/3pLazsY Best regards bro.

  • @sohammondal578
    @sohammondal578 Před rokem +1

    thank you! i wasn't able to figure out the npm start part.

    • @joanmedia
      @joanmedia  Před rokem

      Happy to hear that :) No problem

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

    Well done mate 🙌🏽

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

    Thanks from Brazil

    • @joanmedia
      @joanmedia  Před 2 lety

      Isso cara haha thanks Felipe!

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

    Joan, can you add step by step actions that you did to have GitHub actions workflow work for you. Dd you install anything, what is that in your "start" script. I want to reproduce what you've done but I'm missing some pieces and it's not working for me. Thanks!

  • @digvijaytikka1917
    @digvijaytikka1917 Před 2 lety

    Giving error npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead...... i have changed it at suggested but still giving same error

  • @harishgajjela4191
    @harishgajjela4191 Před rokem

    Joan How can I run only specfic Spec file in Github Actions flow, where I can pass cypress run --spec file name
    everytime when i commit all the tests are running , I want to execute only one test spec file which I have changed

  • @terminal3553
    @terminal3553 Před 2 lety

    Can you save me and tell me how to select elements from pop up window , for example i want to test if i can login in successfully , so after visiting the website and clicking on login button , a pop up window the contains the login. Form shows , and from this point i can not get the username and password fields to type on them