bulky-sundown-74498
06/11/2021, 9:08 PMlimited-keyboard-75773
06/12/2021, 4:37 AMcy.restoreLocalStorage(); & saveLocalStorage in the support/index.js file, I'll still need to call them in beforeEach & afterEach hooks per spec file right? I just trying to find a way to not be force to use the afterEach in all spec files in order to use the cy.saveLocalStorage(); alone.stocky-dream-36427
06/15/2021, 9:13 PMuser
06/16/2021, 7:52 AMrich-businessperson-57314
06/17/2021, 11:05 AMuser
06/17/2021, 1:57 PMlimited-keyboard-75773
06/18/2021, 12:24 AMuser
06/18/2021, 8:36 AMbulky-sundown-74498
06/18/2021, 3:25 PMbulky-sundown-74498
06/18/2021, 3:27 PMbulky-sundown-74498
06/18/2021, 3:29 PMuser
06/19/2021, 9:16 AMfancy-toddler-26933
06/21/2021, 12:17 AMlet temps
cy.get(somthing).invoke('text').then((text) =>{
temps = text
cy.log(temps)
})
cy.log(temps)fancy-toddler-26933
06/21/2021, 12:20 AMicy-rainbow-39970
06/21/2021, 5:17 PMbulky-sundown-74498
06/21/2021, 5:18 PMjs
let temps
cy.get(somthing).invoke('text').then((text) =>{
temps = text
cy.log('inside', temps)
})
cy.log('outside', temps)
If you run this test, you will see that the outside is run before the inside log.bulky-sundown-74498
06/21/2021, 5:20 PM.then is asynchronous. It is going to be called after the invoke is done AND the rest of the synchronous code is finished.bulky-sundown-74498
06/21/2021, 5:22 PMcrooked-thailand-45717
06/22/2021, 12:02 AMbulky-sundown-74498
06/22/2021, 6:02 PMbulky-sundown-74498
06/22/2021, 6:03 PMbulky-sundown-74498
06/22/2021, 6:03 PMuser
06/22/2021, 6:06 PMuser
06/23/2021, 11:37 AMwonderful-match-15836
06/23/2021, 1:18 PMtall-country-74934
06/23/2021, 1:33 PMcy.exec('someCommand') but every time, I get a timeout, no matter what command I try. I want to run php artisan tinker but even simple commands like print Hello will timeout. Can anyone think of any reason why this might be? I've searched high and low on the internet but nobody seems to be having the same issue!user
06/24/2021, 1:49 AMcypress.env.json but am wondering how I will translate this up to CircleCi?flat-electrician-52949
06/24/2021, 9:46 AMflat-electrician-52949
06/24/2021, 9:46 AMflat-electrician-52949
06/24/2021, 9:47 AM