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