myrepojuly1987

Results 14 comments of myrepojuly1987

@PeterNgTr Thanks for your reply. This is completely a new tool to me and learning a lot about this tool and it is a great one too. I see the...

@PeterNgTr Sharing the config again ```js const { setHeadlessWhen, setCommonPlugins } = require('@codeceptjs/configure'); // turn on headless mode when running with HEADLESS=true environment variable // export HEADLESS=true && npx codeceptjs...

@PeterNgTr Editing my previous post. Was able to set up the `parallel.js` file and was able to run the workers as stated in https://codecept.io/parallel/#parallel-execution-by-workers But even then the allure report...

@PeterNgTr : the issue was with the suite title which was common when I executed it in parallel for both the browsers … Changed the suite title using event suite.before...

Thanks! I am too looking for the above functionality. @DavertMik @PeterNgTr Is there a way to use tagged hooks as given in the below URL? https://cucumber.io/docs/cucumber/api/?lang=java#tag-expressions. Something like as shown...

Hello… @StasGrishaevTutu … sure, will share it tomorrow without fail…

@StasGrishaevTutu Here is the sample. Just ensure the below event gets dispatched as given here `https://codecept.io/internal-api/#concepts` under` 'Event Listeners'` section and add the file to the helpers in `codecept.conf.js` ```...

@StasGrishaevTutu You welcome… just leave a msg here if you are still facing issue in generating the aggregate report…will try to share a sample repo tomorrow…

@PeterNgTr @DavertMik - Hello, is there any chance of having this feature or do you have any suggestions? ``` Before({tags: '@browser and not @headless'}, async function () { }) ```

Agreed… this is really troubling a lot especially handling the after test events in the UI. Would be great if @kobenguyent you can fix this. I believe there was a...