zackkatz / GravityView

The best, easiest way to display Gravity Forms entries on your website.

Home Page:https://gravityview.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GravityView (Floaty loves you!)

CircleCI

GravityView is a commercial plugin available from https://gravityview.co. The plugin is hosted here on a public GitHub repository to better facilitate community contributions from developers and users. If you have a suggestion, a bug report, or a patch for an issue, feel free to submit it here.

If you are using the plugin on a live site, please purchase a valid license from the website. We cannot provide support to anyone that does not hold a valid license key.


Unit Tests

The plugin uses PHPUnit as part of the development process. We offer preconfigured Docker containers and a custom Bash script to facilitate running tests against multiple PHP and WordPress versions in a predictable environment. Visit our Tooling repo for information regarding how to configure and run tests.

Acceptance Tests

The plugin uses Codeception for acceptance testing. To configure and run tests:

  1. Install and configure Docker
  2. Configure environment variables by running:
    • export GRAVITYFORMS_KEY=[YOUR GRAVITY FORMS KEY HERE]
    • export GRAVITYVIEW_KEY=[YOUR GRAVITYVIEW KEY HERE]
    • export PLUGIN_DIR=[/path/to/gravityview]
  3. Finally, cd to the GravityView plugin directory and run docker-compose -f tests/acceptance/docker/docker-compose.yml run codeception

See Codeception commands reference for a full list of available flags.


Acknowledgements

We are thankful to the following services and open source software that help enhance our plugin:

About

The best, easiest way to display Gravity Forms entries on your website.

https://gravityview.co


Languages

Language:PHP 91.1%Language:JavaScript 4.6%Language:SCSS 3.4%Language:CSS 0.5%Language:Shell 0.3%Language:HTML 0.2%Language:Dockerfile 0.0%