Seth

Results 10 comments of Seth

I'm not too familiar with this myself and uncertain when I'll have the time to look into it If I get a moment I might investigate, but I wouldn't expect...

> Interesting @sethvanwykJET , i'm not sure i have same issue, but have you this kind of error message in report allure or terminal ? > > ``` > element...

I believe my condition relates to a test failing in the `after()` section ```js After(async () => { throw new error goes here }); ```

I've checked if the fail happens in the `before`, but that seems to be fine It's only when test execution fails in `after` that it fails to close the test...

@alaz-aura is your repo in typescript or JS? From what I understand the issue is not present in Typescript repo's. @Horsty80 The steps file is capable of using codeceptJS methods,...

I'm unable to link the repo as it's private But I'll have a look to see if your suggestions work throughout the week, just got back from leave and have...

> Have you try this ? > > My step file is very simple with a login function > > ```ts > export = () => > actor({ > customLogin:...

@Horsty80 >You can use codeceptjs method inside an help >```js >class MyCustomHelper extends Helper { > > async customMethod(params) { > const { I } = inject(); > I.seeElement(myLocator); >...

> 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...

I'm not really familiar with the codeceptJS repository to make changes to it :( Between work and my free time I've not had the chance to investigate this myself, which...