Cypress login with next-auth

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

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

  • @bahaaalhalabi8940
    @bahaaalhalabi8940 10 месяцев назад

    I was actually trying to make this all day,as i was getting into cypress, thank you for the video.

  • @drewgoodwin9631
    @drewgoodwin9631 8 месяцев назад

    Thank you for sharing. Have you tested this with a session callback that, for example, adds a property to the user object? The intercept seems to prevent the callback from running...

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

    merhaba, mailosaur'u atılan bir mailin içindeki veriyi kontrol edip içinde yer alan linke tıklamam gerekiyor,nasıl yapabilirim ? bununla ilgili bir videonun çok faydalı olacağını düşünüyorum.

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

      Addendum: Mailosaur makes parsing links effortless!
      dev.to/muratkeremozcan/testing-email-based-authentication-systems-with-cypress-mailosaur-and-cypress-data-session-j12
      cy.mailosaurGetMessage(Cypress.env('MAILOSAUR_SERVERID'), {
      sentTo: email,
      })
      .its('html.links.0.href')