Angular Cypress: Learn How To Install And Run E2E Tests

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 30

  • @vkRenan
    @vkRenan Рік тому +1

    I have an error and I would like to know if you have experienced this:
    Unable to access 'Component' before initialization When Cypress detects undetected errors originating from your test code, it will automatically fail the current test.

  • @sqb8980
    @sqb8980 2 роки тому +2

    Much Love and appreciation!!

  • @MA-kt8ly
    @MA-kt8ly Рік тому +1

    Very clearly explained , thanks.

  • @paayalshah5172
    @paayalshah5172 2 роки тому +1

    It was a good vdo to kick start Cypress with Angular. Thank you for it :)

  • @madpwnz
    @madpwnz 3 роки тому +2

    Amazing job as usual 👏

  • @mikhailratner4649
    @mikhailratner4649 Рік тому +1

    Great video, thank you! By now (Cypress 12+) there are a couple of differences in the folder structure and file names. Also now component testing is possible as a new feature. Would be great to see an update video 😁

  • @AviSan-j5o
    @AviSan-j5o Рік тому

    how to add xpath plugin in support files in angular application? Even after adding its not recognizing
    roperty 'xpath' does not exist on type 'cy & CyEventEmitter'.

  • @chauhan035
    @chauhan035 Рік тому

    Very well understood. Thank you

  • @GuillermoArellano
    @GuillermoArellano 3 роки тому +1

    Hi, is the number 17 in the title part of a series revolving around Cypress use in Angular?

    • @CodeShotsWithProfanis
      @CodeShotsWithProfanis  3 роки тому

      It's rather part of the videos I've uploaded and not specifically for Cypress.
      However, I perceive this as constructive feedback. These numbers might be confusing.

  • @sahilbedi6541
    @sahilbedi6541 3 роки тому +1

    Really nice video. Things are explained very clearly. Thanks for good content 🙂🙂

  • @convolutionalnn2582
    @convolutionalnn2582 3 роки тому +2

    Can't we use Protractor i heard they said Protractor is better... And also no more e2e floder why?

    • @CodeShotsWithProfanis
      @CodeShotsWithProfanis  3 роки тому

      Protractor, Cypress, TesstCafe, are all great solutions and each have the pros and cons.
      In the v.12, the Angular core team decided not to include the protractor by default in the new apps. You can find more here blog.angular.io/angular-v12-is-now-available-32ed51fbfd49#20c6
      The /e2e is the folder that by convention is used by the Protractor.
      On the other hand, the cypress uses the /cypress directory. It's a matter of a convention and configuration.

  • @sekmanimohamedamine1237
    @sekmanimohamedamine1237 2 роки тому +1

    really I enjoy watching the video

  • @David-ik4mm
    @David-ik4mm 3 роки тому +1

    Amazing video! Thanks for sharing, I had just only one question, but it's not related to testing. How you do point in your screen using the mouse at the same time that you are explaining? It seems to be very helpful when it comes to explaining code.
    Thanks!😀

    • @CodeShotsWithProfanis
      @CodeShotsWithProfanis  3 роки тому +1

      My OS is Kubuntu and this feature is a built-in one. It's called "mouse-marker". It's easy to use and it's enabled by a key combination.

    • @David-ik4mm
      @David-ik4mm 3 роки тому +1

      @@CodeShotsWithProfanis Oh, I see. thank you so much for your answer.😁

  • @patelhetal2232
    @patelhetal2232 Рік тому +1

    Nice Video

  • @WingofRado
    @WingofRado 2 роки тому +1

    Nice :)

  • @asaadfayyaz
    @asaadfayyaz 9 місяців тому

    thank you