Skip to content

Appizy/appizy-app-embed

Repository files navigation

Appizy App Embed

Build Status

Appizy official WordPress plugin is the easiest way to embed the web-calculator created with Appizy into your content.

Note: this is the development area. For the ready to use package, got to the official App Embed page on WordPress.org.

Usage

See plugin readme

Contribute

Install

The development of the plugin is Dockerified for easy setup.

Step 1 - start Docker

docker-compose up

Step 2 - visit your localhost:8080 in your browser and the WordPress setup

Step 3 - activate the plugin in the WordPress interface.

Step 4 - enjoy testing, developing...

PHP tests

  • Install a WordPress test instance: ./bin/install-wp-tests.sh
  • Launch the tests:phpunit

Javascript tests

  • Install npm modules: ./bin/npm install
  • Launch the tests: ./bin/npm run test

SVN repo

https://plugins.svn.wordpress.org/appizy-app-embed/

Resources

WordPress readme validator

WordPress plugin guidelines

Plugin SVN

Introduction to unit testing of WordPress pluging