2017 © Pedro Peláez
 

library outline-laravel

Service provider for outline test generator

image

etiennemarais/outline-laravel

Service provider for outline test generator

  • Thursday, February 4, 2016
  • by etiennemarais
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

outline-laravel

Parse and generate API Blueprint markdown into Feature/Acceptance tests wrapper for laravel/lumen to use in your apps., (*1)

NOTE

This project is still very opinionated about how it parses api blueprint documents and is built entirely for a single use case, (*2)

TODO

  • I will continue to build this out over time to accept any format of api blueprint document and generate acceptance tests for them

Example usage

Add the Service provider to your app. If you are using laravel, add this line in your config/app.php:, (*3)

\OutlineLaravel\OutlineLaravelServiceProvider::class

If you are using lumen, add this line in your bootstrap/app.php:, (*4)

 $app->register(\OutlineLaravel\OutlineLaravelServiceProvider::class);

You will be able to run the command in your command prompt., (*5)

php artisan outline:regenerate

NOTE: This assumes that you have connected your apiary document to your github account, or have a .apib file in your project root. You can check out Apiary here. It is a really good tool to quickly spec API endpoints in a standardised format., (*6)

The Versions

04/02 2016

dev-master

9999999-dev

Service provider for outline test generator

  Sources   Download

GPL-3.0

The Requires

 

04/02 2016

0.4

0.4.0.0

Service provider for outline test generator

  Sources   Download

GPL-3.0

The Requires

 

20/01 2016

0.3

0.3.0.0

Service provider for outline test generator

  Sources   Download

GPL-3.0

The Requires

 

20/01 2016

0.2

0.2.0.0

Service provider for outline test generator

  Sources   Download

GPL-3.0

The Requires

 

18/01 2016

0.1

0.1.0.0

Service provider for outline test generator

  Sources   Download

GPL-3.0

The Requires