getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
28 stars 8 forks source link

Support for vitest #244

Open brikelly opened 1 year ago

brikelly commented 1 year ago

At least one user has requested support for https://vitest.dev/ which is a replacement for Jest.

brikelly commented 1 year ago

@lachrist can you get an estimate for this?

AndreasGalster2 commented 1 year ago

Second user ;) Jest tests are so slow for API-only integration tests... Vitest startup time is half that of Jest. Any ways to hack support with a workaround until then?

brikelly commented 1 year ago

Hi @AndreasGalster2 - thank you for your added voice on this! We are currently developing the next generation of our Node agent (see the https://github.com/getappmap/appmap-node repo) and are coincidentally adding vitest support in there as we speak: https://github.com/getappmap/appmap-node/issues/11

The new node agent is not yet released or supported, but since we develop in the open, feel free to look around :)