Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.33 KB

overview.md

File metadata and controls

28 lines (20 loc) · 2.33 KB

Getting started with Ghost Inspector

Ghost Inspector is an automated website testing and monitoring service that checks for problems with your website or application. It carries out operations in a browser, the same way a user would, to ensure that everything is working properly.

Check out our Getting Started page for more information.

Key Features

Ghost Inspector is a powerful tool in your QA arsenal to ensure that your websites and application are behaving as expected.

Some of our key features:

Trigger tests from your Azure DevOps build

Adding Ghost Inspector test suite execution to your Azure DevOps build is as simple as adding a new Ghost Inspector task. Once the task has been added, you have the ability to customize your build step:

  • Suite ID: specify the ID of the Ghost Inspector test suite you wish to execute.
  • API Key: provide your Ghost Inspector API key (provided in your account).
  • Start URL (optional): provide the alternative URL of your test environment to execute your test against.
  • Additional Parameters (optional): additionally provide any other API parameters or custom variables in JSON format (eg, {"browser": "chrome", "myVar": "some value"}).
  • xUnit Results Path: (optional) specify where you would like to store the results reports in xUnit format for publishing in a later step.