Plugin info

Total downloads: 1,804
Active installs: 40
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/24/2016 (3525 days ago)
Added to WordPress: 12/21/2015 (10 years old)
Minimum WordPress version: 3.5
Tested up to WordPress version: 4.5.33
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3525 days ago • 1 reviews

22/100

Is Gravitate Automated Tester abandoned?

Possibly abandoned (last update 3525 days ago).

Compatibility

Requires WordPress: 3.5
Tested up to: 4.5.33
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Description: This Plugin allows you to easily run Tests against our PHP or JS code. It is mainly meant for Developers, but can be used by anyone. Like checking that you made sure that the site is indexable by Search Engines in Production and vise-versa that it is not Indexable in Dev or Staging.

Pre-Installed Tests

  • PHP Errors – Check for PHP Errors, Warnings and Notices.
  • Gravity Forms Honeypot – Check to make sure that Anti-Spam Honeypot is enabled on all forms.
  • Checks Sitespeed against Google Site Speed Insights
  • Checks for Sitemap Pages
  • Checks for Favicon
  • HTML Valid – Check that your Pages are HTML Valid (W3C)
  • JS Console Logs – Check General Pages for Console Logs on Page Load
  • JS Errors – Check General Pages for JS Errors on Page Load
  • Plugins Updated – Make sure WordPress Plugins are the Latest Stable Version
  • SEO Indexable – Allow search engines to index the site in Production
  • SEO Remove Indexing – Disallow search engines to index the site in Dev and Staging
  • WP Debug – Make sure WordPress Debug is set to false
  • WP Head/Footer – Check for wp_head() and wp_footer()
  • WP Updated – Make sure WordPress is Latest Stable Version

    More to come soon

Requirements

  • jQuery
  • WordPress 3.5 or above
  • PHP 5.3+
  • PHP cUrl

Installation

  1. Upload the gravitate-automated-tester folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can configure the Plugin Settings in Settings -> Gravitate Automated Tester

Frequently Asked Questions

No FAQ available

Review feed

Gravitate
9/3/2016

Awesome!

This saves a lot of time as we can test many things all at once.

Screenshots

  1. You can run multiple Tests at once.

    You can run multiple Tests at once.

  2. You can configure your Tests and what Environment to Run them in.

    You can configure your Tests and what Environment to Run them in.

  3. This is a Quick Developers Tab to provide details on how to Add and Manage your own Tasks.

    This is a Quick Developers Tab to provide details on how to Add and Manage your own Tasks.

Changelog

1.4.5

  • Updated Sitemap checker to also check for sitemap_index.xml

1.4.4

  • Fixed WP_ERROR fatal error

1.4.3

  • Fixed Static Function Warning

1.4.2

  • Updated Default Settings

1.4.1

  • Updated PHP Errors for All environments
  • Changed Location to Tools instead of Settings

1.4.0

  • Added API
  • Added Auto Detect for Environment

1.3.1

  • Bug fix on Class not found

1.3.0

  • Added Authentication for Injector Methods.
  • Updated Dev Tab documentation.

1.2.1

  • Bug Fix – Updated PHP Errors checking
  • Added Alert if running the Run All too often.
  • Updated Site Speed Rating and Description Text.
  • Extended wp_remote_get() timeout to 15 seconds.

1.2.0

  • Added Gravity Forms Honeypot Test
  • Added is_editable() method for testers
  • Added can_run() method. Defaults to true.
  • Added fix_confirmation() method for the fix buttons.

1.1.3

  • Bug Fix on Class prefix

1.1.2

  • Changed Fix button to only allow if DISALLOW_FILE_EDIT is not true or on local environment

1.1.1

  • Changed file_get_contents to wp_remote_get to support redirects

1.1.0

  • Added PHP Errors Test
  • Added Sitemaps Test
  • Added SiteSpeed Test
  • Updated JS Errors Test
  • Updated JS Console Test
  • Added Favicon Test

1.0.0

  • Initial Creation