Spooktacular Customer Appreciation Month

Spooktacular Customer Appreciation Month

With a name like Ghost Inspector, you know we take Halloween seriously. This year we’re finally embracing our spooky spirits and celebrating in style, welcome to our first annual SPOOKTACULAR CUSTOMER APPRECATION MONTH! Customer Spotlights Follow us on our social media channels every Friday through the month of October as we conjure up some of […]

Webinar: Back to Basics with Ghost Inspector

This webinar took place on September 23rd, 2021. Watch the full video recording below. School is in session so we think it’s a great time for a beginners’ webinar. Join our Senior Operations & Strategy Manager Renata Santillan as she guides us through creating tests with Ghost Inspector and how to use our checking email feature. […]

Rebuilding Our Jekyll Website with Next.js and Theme UI

Rebuilding Our Jekyll Website with Next.js and Theme UI

Recently we redesigned and rebuilt our promotional site that was built in Jekyll and I thought it might be interesting to explain why we did it, as well as talk about the choices we made like deciding between Gatsby and Next.js for static site generation, using React (JSX and MDX) as a templating language and for writing […]

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

Automated Testing with Ghost Inspector

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

Webinar: Getting the most out of Ghost Inspector automated browser testing

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

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

Automated Accessibility Testing

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

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

Browser & System Updates

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

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, […]