Michael Bodnarchuk
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...
@AZANIR please re-test
Should be restested
Closed in favor of https://github.com/testomatio/app/issues/881
Test on * playwright * codeceptjs * mocha * junit private/public/no artifacts
Automated test for uploader using minio as storage for S3
Please test default Cucumber logs
@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?