Webinar: Testing with Ghost Inspector & webapp.io (LayerCI)

This webinar took place on July 14th, 2021. Watch the full video recording below. webapp.io (formerly LayerCI) is a continuous integration service that offers preview environments for full‑stack web apps. webapp.io can provision complete instances of your application for every branch, making it easy to run your Ghost Inspector browser tests across all of your code changes. […]
Webinar: Getting the most out of Ghost Inspector

This webinar took place on June 24th, 2021. Watch the full video recording below. Here at Ghost Inspector even some of our power users will ask, “Am I using Ghost Inspector to its full potential?” Maybe Ghost Inspector is so easy to use that sometimes it can feel like it’s too easy? Join us for this webinar on […]
Testing Before Releasing with Ghost Inspector and Netlify

Ghost Inspector Netlify Plugin We’ve recently released a new plugin for Netlify that allows you to automatically run Ghost Inspector tests on every deploy, including deploy previews! By default, Netlify deploys your production branch on every change. To enable deploys for other branches, follow the Netlify instructions: To generate branch deploys for other branches in […]
Webinar: Accessibility & Automated Testing for GAAD 2021

This webinar took place on May 20th, 2021. Watch the full video recording below. May 20th, 2021 marks the 10th annual Global Accessibility Awareness Day (GAAD). According to the team at GAAD an estimated 1 billion people worldwide have disabilities. Common disabilities include hearing, cognitive, visual, and motor. The web is an essential resource in many aspects […]
Test Management with QADeputy & Ghost Inspector

Quality assurance is a broad initiative. Ghost Inspector strives to be an all-in-one tool when it comes to browser automation. However, QA testing teams often use a range of products to cover all their testing needs, like API testing and load testing. This can lead to testing-related data being scattered in various places. QADeputy is a […]
Browser & System Updates — July 2019

These updates will be deployed at 10:00am Pacific Time on Tuesday July 16th, 2019 Here at Ghost Inspector, we’re continually rolling out new browser versions and automation logic updates. However, this month we’ve got a number of big changes launching at once and I wanted to discuss each in a little more detail. Here’s a […]
Continuous Integration Testing for WordPress

While continuous integration is a common practice for most development teams, the stateful nature of WordPress makes it difficult, but not impossible, to setup. For our open source WordPress plugin, we wanted to integrate our standard build and test process for every pull request using CircleCI. While it might be easier to setup a permanent staging environment, […]
Automated UI Testing for WordPress

Many people don’t test their WordPress websites, and it’s a problem. While the core of WordPress is fairly well-tested by its creators, users, and the open-source community, the same cannot be said for every plugin and theme. There’s an infinite combination of versions, hosting environments, plugins, themes, and configurations. You can’t trust the community to […]
Ghost Inspector’s New WordPress Plugin

Ghost Inspector is an automated browser testing tool for continously monitoring websites. Many of those websites run on WordPress. After lots of demand from our users, we’ve built a plugin to show your Ghost Inspector test results right inside your WordPress admin panel. The plugin enables you to display the latest test results for a […]
Develop a WordPress Plugin Using Webpack and React

Ghost Inspector is an automated browser testing tool for continuously monitoring websites. We recently released our WordPress plugin to show test results inside your WordPress admin dashboard. In this tutorial, you will learn how to build your own plugin using React, Webpack, and the Ghost Inspector API. You can view the final source code on GitHub. Why Use […]