Michael Bodnarchuk

Results 211 comments of Michael Bodnarchuk

@ivasholeksii @andrii-nastenko We have initial support for Vitest. Could you try to import tests as "Jest" framework and use our Reporter: ``` npm i @testomatio/[email protected] ``` And follow this documentation...

```js // inside test import { report } from '@testomatio/reporter'; test('my important test', async () => { report.property('severity', 'hot'); // $`Given I create a new Item`; // $`Then I create...

Test on * playwright * codeceptjs * mocha * junit private/public/no artifacts

Automated test for uploader using minio as storage for S3

@AZANIR please add \ / chars to **not recommend** using them as this can creat only root folders https://github.com/testomatio/check-tests?tab=readme-ov-file#import-into-a-specific-suite ```ruby @base_suite = @project.suites.roots.find_or_create_by title: test_data['dir'], file_type: :folder if test_data['dir'].present? ```...

@tikolakin is this still relevant, can we close this?