macrocontent/Macro Scout
Verify a website with Macro Scout (assert / visibility). Fails the job when checks do not pass.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Scout API key (sk_scout_…). Prefer secrets.SCOUT_API_KEY | yes | — |
| url | Page URL to verify | yes | — |
| base-url | Scout API base URL | no | https://api.scout.macrocontent.dev |
| selector | CSS selector (used with visible / contains / count) | no | — |
| visible | Expect selector to be visible (true/false) | no | — |
| contains | Expect selector text to contain this string | no | — |
| count | Expect exact match count for selector | no | — |
| assert-json | JSON array of assert rules (overrides selector/visible/contains/count) | no | — |
| dismiss-cookie-banner | Best-effort dismiss known CMP banners | no | true |
| fail-on-soft | Also fail the job when only soft asserts fail | no | false |
Outputs
| name | description |
|---|---|
| passed | true if overall assert passed |
| results | JSON string of assert results |
| final-url | Final URL after redirects |