Dev Tools · 2h ago
Run Apidog API Tests in Drone CI with Docker Steps
This guide shows how to integrate Apidog CLI into Drone CI pipelines using a Docker step with a Node image. Developers can install apidog-cli via npm and run test scenarios with `apidog run`, storing tokens as Drone secrets. The article provides a copy-paste .drone.yml configuration and tips for branch/event filtering and report export.
Meridian48 take
The tutorial is practical but essentially repackages Apidog's own documentation, offering little new insight for experienced CI users.
api-testingci-cd