跳到主要内容

Ghost Inspector integration

Learn about how Buddy integrates with Ghost Inspector and how you can use it to your advantage

Ghost Inspector is a tool for automated testing and monitoring of websites and applications. It runs the tests in the browser to mimic the user experience and ensure that everything is running as it should.

Pipeline Example

Buddy is a pipeline delivery automation tool that integrates with Ghost Inspector and other monitoring services. Learn how to seamlessly introduce Buddy to your development workflow.

:::

Setting up Ghost Inspector integration

Configuration requires obtaining an API key from your Ghost Inspector account:

  1. Log in to https://app.ghostinspector.com/account.
  2. Go to the account Details and copy the API key: GhostInspector account
  3. Once done, go your Buddy project and open the pipeline with the deployment that you want to test.
  4. Press + after the deployment action and select Ghost Inspector from the Performance & app monitoring section: Ghost Inspector action location
  5. Name the integration and paste the previously copied key to the API Key input: Adding a Ghost Inspector integration
  6. Select your Ghost Inspector account, test suite folder and a specific test suite you want to run: Ghost Inspector action configuration
提示

The full list of parameters you can run your tests with can be found here.

If you need to fine-tune your settings, you can do it in the Options tab:

Ghost Inspector action options

Read how to add, edit or delete yet another Ghost Inspector integration.

:::