Horsty
Horsty
Hi, any news on this ? Maybe it's dupplicate with https://github.com/Kong/insomnia/issues/4259 ?
Any news on this ? I can see some issues are open on similary item : - #4263 - #4397 Maybe some regression due to new Safari version ?
> Hi, when your tests fail, do you manage to get screenshots? Sorry i don't understand what do you expected with this question. I "manage" nothing, i just use the...
Interesting @sethvanwykJET , i'm not sure i have same issue, but have you this kind of error message in report allure or terminal ? ``` element ({xpath: //*[@data-e2e = 'custom-id-e2e'][@data-e2e-type...
I have both in my case, the pipeline are stuck and i get this kind of error. So my assumption is that are connected but i don't understand why. I...
Ok i will check that, i have teardown on after with async request that can lead to throw error same in before i have setup that can lead to throw...
@sethvanwykJET have you try to setup your function inside page-object or inside helper (i prefer async function inside helper) I don't use much actor option.
You can use codeceptjs method inside an help ```ts class MyCustomHelper extends Helper { async customMethod(params) { const { I } = inject(); I.seeElement(myLocator); ... ``` Otherwise if check my...
Have you follow the doc about custom helper ? https://codecept.io/helpers/#development You need two steps for this to work: - extends the class Helper ```ts const Helper = require('@codeceptjs/helper'); class MyHelper...
@rohanpatil20 on your local machine you probably have an override on `.npmrc` that redirect your `npm install` to a custom registry not the npm registry (the default) Have you update...