testomatio / reporter

Testomatio Reporter
126 stars 22 forks source link

Reporter to ESM #382

Open olexandr13 opened 2 months ago

olexandr13 commented 2 months ago

Rewrite reporter to use ESM syntax. Description: previously we used commonjs syntax inside reporter (require), not we changed it to esm (import). It affects just project internally and should not break anything. But the changes are huge and everything may be broken.

Release: 2.0.0-beta-esm

Affected areas:

olexandr13 commented 2 months ago

https://github.com/testomatio/reporter/pull/360