mammoth-judge-21605
08/17/2022, 1:17 PMhandsome-lion-1748
08/17/2022, 2:08 PMmammoth-judge-21605
08/17/2022, 2:10 PMhandsome-lion-1748
08/17/2022, 2:11 PMfast-artist-45202
08/17/2022, 2:12 PMcypress-terminal-report
to get more visibility into anything that would normally go into the dev tools consolehandsome-lion-1748
08/17/2022, 2:13 PMhandsome-lion-1748
08/17/2022, 2:13 PMfast-artist-45202
08/17/2022, 2:18 PMhandsome-lion-1748
08/17/2022, 2:29 PMvictorious-honey-34966
08/17/2022, 2:32 PMblue-battery-71202
08/17/2022, 3:08 PM*.ts
and not`*.feature`. I doubt that any Before hook from stepDefinitions
folder should interrupt that run. Cucumber scenarios start correcly, and it reads everything as expected. Only .ts
cannot be started with such error.
Thanks !sparse-piano-30763
08/17/2022, 3:47 PMmicroscopic-crowd-9149
08/17/2022, 5:26 PMfancy-dog-10840
08/17/2022, 6:28 PMacceptable-solstice-90676
08/17/2022, 8:24 PMcy.clearCookie()
doesn't work on before
not after
, it only works on beforeEach
and afterEach
breezy-hydrogen-39214
08/17/2022, 9:46 PMnutritious-honey-65632
08/17/2022, 9:51 PMbreezy-hydrogen-39214
08/17/2022, 9:53 PMhandsome-lion-1748
08/18/2022, 7:37 AMhandsome-lion-1748
08/18/2022, 7:37 AMblue-battery-71202
08/18/2022, 9:19 AMcy.origin()
?
I have a test case where I do a sort of login in beforeEach
and then in the test case I navigate with /customRoute
where customRoute is a string to a page on the site, but it seems to navigate me back to login. In 9.6 it worked, yesterday I upgraded to 10.x and now its not.blue-battery-71202
08/18/2022, 10:06 AMacceptable-hamburger-48790
08/18/2022, 10:16 AMblue-battery-71202
08/18/2022, 10:26 AMblue-battery-71202
08/18/2022, 10:32 AMts
BeforeEach(() => {
cy.session('session', () => {
cy.login();
});
});
it(('asd'), () => {
cy.session('session', () => {
cy.login();
});
cy.origin(('https://randomPage.com') => {
cy.visit('/users');
});
checkElementsOnUsers();
});
blue-battery-71202
08/18/2022, 10:32 AMwhite-raincoat-83199
08/18/2022, 10:35 AMit('login', () => { login(); })
finish about 300ms, cookies are lost.blue-battery-71202
08/18/2022, 10:36 AMblue-battery-71202
08/18/2022, 10:57 AMblue-battery-71202
08/18/2022, 10:58 AM