=== Plugin Name === Contributors: boozang Donate link: https://boozang.com Tags: boozang, test automation, Requires at least: 3.0.1 Tested up to: 4.7.2 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The Boozang plugin allows you to automate testing of your WordPress site. == Description == Boozang is a plugin that turns your browser into a test tool. It allows you to test and report bugs directly in the browser. The following features are supported: 1. Record/replay actions: The record function allows you to catch a series of events in the browser and replay them at will 2. Validation: The validation tool allows you to do validation directly in the browser 3. Bug reporter: The bug reporter allows you to highlight bugs in the browser and create hyperlinkable reproduce links that replays the bugs for the user. 4. Data binding: The data binding functionality allows user to bind external data (like json or csv files) into forms. The user can also loop over data. For a full breakdown of all the features check-out the instruction videos at http://boozang.com/gettingstarted or the GitHub pages at https://ljunggren.github.io/boozang-fo. == Installation == To install the Boozang plugin do the following 1. Sign-up for free at https://boozang.com 2. Create your first project "my-wordpress-site" 3. Note down your personal project API key (do not share this key) 4. Activate the plugin through the 'Plugins' menu in WordPress 5. Open Plugin Settings - > Enter the project API key from step 3 6. Access page by typing /bz relative to the Wordpress root URL To de-activate the plugin fully, make sure to access Settings -> Permalinks This way the added rewrite rule is guaranteed to be flushed. == Frequently Asked Questions == = Does it cost anything? = Boozang is currently totally free and will remain this way for the foreseeable future. There exists a premium tier that will unlock more functionality for teams but this is usually not necessary for the normal Wordpress user. The plan is to keep the free tier full-featured and useful, and not to limit the user experience for individual users in any way. = Can I collaborate with other people? = Boozang is built for collaboration. Simply access your project in management view at https://api.boozang.com, pick the project, click Users > Add User. After typing in the email of the user, an email will be sent to the user where they will be invited to sign-up. After signing-up they will be able to access the project. Note: A maximum of two team members can collaborate in the Free tier. = How can I do cross-browser testing? = It’s actually quite easy. Because Boozang is browser-agnostic, you can work creating tests in the browser of your choice. When doing cross-browser testing simple copy the URL into the browser you want to test, login and you can access and replay all the tests previously created. = Which browsers are supported? = It’s been tested working on all recent versions of Chrome, Firefox, Safari, and IE. The only known browsers which is not working is Opera and IE 8. == Screenshots == 1. The full view of the Boozang tool. 2. The quick-panel for the basic testing operations record, validate, annotate and form fill. 3. The tool in action testing a Woo-commerce application. == Changelog == = 1.1 = * Added screenshots and icon. = 1.0 = * Plugin Approved. Restart numbering at 1.0. = 0.1 = * Added first plugin version. Supports adding Boozang API key on the Plugin Settings page. == Upgrade Notice == = 0.1 = This is the first Beta of the plugin. It has not been verified or approved. = 1.0 = This plugin was just approved at Wordpress.org.