Skip to content

frida/injest

Repository files navigation

injest

A test runner for code that runs inside Frida's GumJS runtime, plus a VS Code integration.

Status: pre-1.0; APIs and output may change.

Packages

This is an npm-workspaces monorepo. Each package has its own README:

Package What it is
packages/injest The test runner: CLI + agent test API (injest/agent). Start here.
packages/vscode-extension Thin VS Code wrapper — runs suites from the Test Explorer via the runner's JSON output.

Development

npm install                 # installs all workspaces (single root lockfile)
npm run build               # builds every workspace
npm run build -w injest     # build just the runner

The repo is a private workspace root (packages/*) with a shared tsconfig.base.json; each package extends it. The extension depends on the local injest so it runs against your in-tree build.

About

Test runner for code running inside Frida's GumJS runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors