Ghost Inspector: account overview
gi_inventoryRetrieve a full account inventory: folders, suites, per-suite counts of passing, failing, module, and not-yet-run tests, plus names of failing tests. Use this as the first step for any account analysis.
Instructions
Read-only tour of the whole account: every folder, the suites inside it, and per-suite counts of passing / failing / module / not-yet-run tests, plus the names of the failing ones. Start here — no other question about this account can be answered without knowing what is in it.
Import-only tests (modules: shared steps that other tests import, the equivalent of a function) are counted in their own bucket and never as failures. Marking a test import-only deletes its stored results, so every module looks permanently unrun; folding that into a failure count invents breakage that does not exist and aims cleanup at the steps the live tests all share. Read the notes field before drawing conclusions.
Fetches roughly 440 KB from the API and returns a summary of it, so ask for the whole account rather than probing folder by folder. Totals always describe the entire account even when a filter narrows the listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Case-insensitive substring of a folder name. Omit to see every folder. | |
| failingOnly | No | List only suites with at least one failing test. Totals stay account-wide. |