Cypress with Continuous Integration(CI) using Github Actions, dashboard peek, parallel test ...

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video, we will look into adding Continuous Integration CI to our Cypress React application. We will also explore topics like Cypress dashboard, Parallel tests, and more.
    So, let's make it together. 💣
    🙏 Click to Support me 👇🏼 👇🏼
    / @forthosewhocode
    📝 End to End with Cypress:
    • Cypress End to End(E2E...
    📝 Code repository:
    github.com/ish...
    📝 Cypress dashboard:
    docs.cypress.i...
    📝 Learn Cypress docs:
    learn.cypress....
    --
    🙏 Please like, share, and follow for more awesomeness coming 🙏
    ⌨️ Happy Coding!

Комментарии • 4

  • @cesalio45g
    @cesalio45g 5 месяцев назад

    I thought the tutorial was very insightful, a bit confusing (I had to watch twice), but this is a very good topic for anyone wanted to get Cypress tests running in parallel. Very Good Job!

  • @NahulChauhan
    @NahulChauhan Год назад

    You described beautifully and great doing while configurations...

  • @gugusujo
    @gugusujo Год назад

    how can i start my api and web server before running? before run my testes, i setup my api and web server, so i run it localy. can i do this on github actions?

    • @forthosewhocode
      @forthosewhocode  Год назад

      Definitely, you can. Please check the Cypress docs for your answer there.
      Thanks