Access The Response Text Yielded By The Plugin cypress-recurse

Опубликовано: 05 Июль 2022
на канале: gleb bahmutov
950
20

If you use cypress-recurse plugin to ping the page before visiting it, you might need to access the text or json from the fetch's response object. This video shows how to do it. In summary:

recurse(
// use fetch
// yield { respones }
)
// the "recurse" yields whatever
// the first function yields, in our case
// it is the { response } object. Let's grab its text
.its('response')
.invoke('text')
.then(console.log)

Find the full source code at https://github.com/bahmutov/live-exam...


Смотрите видео Access The Response Text Yielded By The Plugin cypress-recurse онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал gleb bahmutov 05 Июль 2022. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 950 раз и оно понравилось 20 посетителям.