@comet-cli/factory-tests-laravel
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

@comet-cli/factory-tests-laravel

This package contains the implementation of a Laravel tests factory. It can generate test cases for the Laravel PHP framework based on previously decorated test case definitions.

Usage

import LaravelTestsFactory from '@comet-cli/factory-tests-laravel';

async function main() {
  const model = {}; // Your API specification meta-model
  const factory = new LaravelTestsFactory();
  await factory.execute(model);
}

Package Sidebar

Install

npm i @comet-cli/factory-tests-laravel

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

18.9 kB

Total Files

6

Last publish

Collaborators

  • chiiya