Best laravel framework open-source packages.

Wp graphql testcase

WPGraphQL API Unit Testing Library supports WP-PHPUnit(PHPUnit) and WPBrowser(Codeception)
Updated 9 months ago

WPGraphQL TestCase

continuous_integration Coverage Status

Is a library of tools for testing WPGraphQL APIs, designed for both WPGraphQL and WPGraphQL extension development. Currently the library only consisted of a Codeception Testcase built on top wp-browser's WPTestCase class.

Installing

  1. Run composer require wp-graphql/wp-graphql-testcase from your project directory in the terminal.
  2. (Optionally: Codeception only) If your didn't already have codeception installed in the project, run vendor/bin/codecept init wpbrowser.
  3. To make a test case generate a with vendor/bin/codecept generate:wpunit wpunit TestName. Then just change the extending class to \Tests\WPGraphQL\TestCase\WPGraphQLTestCase 🤷‍♂️

Going forward

There are plans to add more to this library, and contribution are greatly appreciated 🙏.

Contributors