YAML for Ghost Inspector CLI
Execute Ghost Inspector CLI commands with integration-based authentication.
YAML examples for Ghost Inspector CLI
Run Ghost Inspector CLI
yaml- action: "Run Ghost Inspector CLI" type: "GHOST_INSPECTOR_CLI" trigger_time: "ON_EVERY_EXECUTION" shell: "SH" setup_commands: - "apt-get update && apt-get -y install git" execute_commands: - "ghost-inspector suite list-tests <suiteId>" integration: "my_integration"