Yevhen Laichenkov

Results 10 comments of Yevhen Laichenkov

Hi all, I've faced the same issue. So, I decided to create a library that can fix the problem. You just need to install the library with the following command:...

> Hi @elaichenkov , > > Thanks for your sharing but not work for me : > > ``` > initPlugins(on, [registerAIOTestsPlugin(on,config), require('cypress-mochawesome-reporter/plugin')(on)]); > ``` > > Traceback : >...

@Devstored Please, update the plugin to the 0.0.7 version and try again: ```js import { initPlugins } from 'cypress-plugin-init'; export default defineConfig({ e2e: { // ... setupNodeEvents(on, config) { initPlugins(on,...

Thank you for reporting the issue. Can you please try to import and set up `verifyDownloadTasks` object? Please, let me know if it works for you. ```diff - const {...

It will definitely fix the issue with the table layout, but then the URL will not be correct. So, neither do I.

Hey, The `Basic` token is only for the Zephyr Server version. If you are using Cloud version, then you need to use `cloud` reporter. For instance: ```ts // playwright.config.ts const...

Hey, Thank you for reporting the issue. However, that looks odd because the reporter uses the playwright's native error message (e.g. `result.error.message`). Anyway, I'll try to investigate it more.

Hi Chris, Thank you for the well-described issue. Unfortunately, I was not able to reproduce the issue. However, I created a basic [repository](https://github.com/elaichenkov/pw-odottaa-issue) with a similar setup that you have....

Hey, It's really hard to help you without any logs and data that you used. I've used this package for more than 300 test cases and everything worked fine. However,...

Hi @yarikpavlin, Thank you for your contribution. Have you tested these changes with your zephyr? Which one do you have? Cloud or server? I don't have access to the zephyr...