How to download files through Cypress? How to integrate cypress-download file plugin?

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

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

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

    Thanks for watching. 🌟 Please hit on LIKE ❤ Share 🔥 SUBSCRIBE for more AMAZING content on every week! 🌟

  • @xavier9556
    @xavier9556 Год назад +3

    Thank you very much for using my plugin and creating this video :D.
    Makes me really happy to see people actively using my plugin

    • @CodenboxAutomationLab
      @CodenboxAutomationLab  Год назад +1

      It's a good plugin. Thanks to create it.

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

      Hi, Xavier! First of all, thank you so much for creating such a great plugin!
      But I wanted to ask you. I'm having some issues to install it in Cypress 10. Do you have any guide on how to do it? The documentation from your page doesn't help :(

  • @thirdviews
    @thirdviews 6 месяцев назад +1

    Thank you sir!

  • @Margarita-sh3kr
    @Margarita-sh3kr 7 месяцев назад

    Seems that it will work only for js solution and not for TypeScript,
    Is tehre any option to do same in TypeScript?

  • @damienosullivan6353
    @damienosullivan6353 2 года назад +1

    Is there any examples where you click a "Download" button on a UI that triggers a file to be downloaded?

    • @jxwads
      @jxwads 2 года назад

      I am literally doing that right now ^^

    • @damienosullivan6353
      @damienosullivan6353 2 года назад

      @@jxwads hey, did you manage to get a solution?

  • @Shahzilrind
    @Shahzilrind 3 года назад +1

    Awesome thanks for this video can you please make a video on the scenario outline.
    Thanks

    • @CodenboxAutomationLab
      @CodenboxAutomationLab  3 года назад +1

      What do you mean by scenario outline? Please details.

    • @Shahzilrind
      @Shahzilrind 3 года назад

      @@CodenboxAutomationLab as you have made a video on the cypress cucumber BDD feature file. In the scenario outline, we take data from example table
      Here I am giving you an example
      Scenario Outline: Using Scenario Outlines When I add and Then I verify that the result is equal the
      Examples:
      | provided number | another provided number | provided | | 1 | 2 | 3 | | 100 | 200 | 300 |