Releases: richdynamix/capistrano-ghostinspector
Fix Ruby Error
Fixed -
- Fixes Ruby error when Ghost Inspector results are not returned.
Fix test running issue
Fixes issue with tests not being run correctly
v1.0.0
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
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
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
Version 0.2.0.rc
GA Deployment & Error Tracking
New features in this release include -
- Send deployment information to Google Analytics
- Send errors to Google Analytics on failed tests
Bug fix
Fix issue with wrong variable declaration
Fix dependencies in gemspec
v0.1.1 Version 0.1.1
First Stable Release
v0.1.0 Version 0.1.0