malabi icon indicating copy to clipboard operation
malabi copied to clipboard

Tracing Based JavaScript Assertions

Results 4 malabi issues
Sort by recently updated
recently updated
newest added

In 'packages/malabi/src/instrumentation/index.ts', Instead of 'malabiRoot', we should dynamically take the name of the current test (name of the 'it' clause), and use it as tracer name. This way, if at...

Hello @blumamir @aspectom , I really find tracing testing intriguing as it solves many of the problem that we can have for a less buggy production application, I would love...

Currently, we allow to filter by specific databases/orm like mongo/sequelize. We want to enable this same behavior on elasticsearch, so users could filter by elasticsearch spans easily. This is an...

good first issue