Skip to content

Releases: richdynamix/capistrano-ghostinspector

Fix Ruby Error

24 May 22:38
Compare
Choose a tag to compare

Fixed -

  • Fixes Ruby error when Ghost Inspector results are not returned.

Fix test running issue

19 Nov 08:18
Compare
Choose a tag to compare

Fixes issue with tests not being run correctly

v1.0.0

18 Nov 15:44
Compare
Choose a tag to compare

This release brings the ability to choose if Google Analytics to should be enabled globally or on individual stages.

The start URL for Ghost Inspector tests can now be configured or switched to default URL

Ghost Inspector task can now be configured to be run after configured tasks in your deployment process. The change made for this feature is not backwards compatible.

Default tests/suites per stage

12 Nov 09:08
Compare
Choose a tag to compare

With this release you can now specify a comma separated list of default tests/suites to run in each stage.rb file with the following update -

set :gi_default_test, "blog,home"

Or perhaps an individual suite

set :gi_default_suite, "home"

Custom Dimensions & Jira Tickets

04 Nov 14:17
Compare
Choose a tag to compare

This release brings custom dimensions to the Google Analytics integration to track more information on success and failed tests.

More information is being tracked in Google Analytics including a hostname of the server you run the test on, document path and Ghost Inspector test name.

The plugin will now extract Jira ticket numbers from your GIT log and send this to Google Analytics to track against tests.

On top of these new features the code has been heavily refactored.

v0.2.0.rc

19 Oct 19:17
Compare
Choose a tag to compare
Version 0.2.0.rc

GA Deployment & Error Tracking

19 Oct 19:28
Compare
Choose a tag to compare

New features in this release include -

  • Send deployment information to Google Analytics
  • Send errors to Google Analytics on failed tests

Bug fix

18 Oct 11:46
Compare
Choose a tag to compare

Fix issue with wrong variable declaration

Fix dependencies in gemspec

18 Oct 09:25
Compare
Choose a tag to compare
v0.1.1

Version 0.1.1

First Stable Release

18 Oct 09:26
Compare
Choose a tag to compare
v0.1.0

Version 0.1.0