docs icon indicating copy to clipboard operation
docs copied to clipboard

Configuring common test runners

Open riya-n opened this issue 1 year ago • 2 comments

  • we already have jest
  • add: mocha, playwright, pytest, rpsec, cargo, ctest, gtest
  • tested out all except gtest

riya-n avatar Feb 13 '24 03:02 riya-n

✨ This comment will be updated with CI stats as CI jobs run ✨ settingsfeedbackdocs ⋅ learn more about trunk.io

trunk-io[bot] avatar Feb 13 '24 03:02 trunk-io[bot]

Let me double check mocha config. I think you have to tell the reporter to add hash to the file name, otherwise different suites will overwrite each other. You can see how it's configured here: https://github.com/replayio/devtools/pull/10324/files

zaycev avatar Feb 14 '24 17:02 zaycev