All activity
Art Shllakuleft a comment
Hey everyone! I’m Art, the maker of gapix. I built this because I kept seeing the same problem on every team I worked with: high test coverage numbers, but bugs still reaching production. The problem usually wasn’t missing tests. The tests were just weak. For example, things like expect(result).toBeTruthy() that technically cover code but don’t really check anything. Or E2E tests that go...

gapixAI-powered test quality analyzer for TypeScript
Coverage tools tell you what is tested. gapix tells you how well it's tested. It analyzes your test files, finds weak assertions, missing edge cases, and tests that pass but prove nothing. Works with Jest, Playwright, Cypress, and Vitest. Get a quality score for every test file and an interactive HTML report showing exactly where to improve. Free and open source.

gapixAI-powered test quality analyzer for TypeScript
