# @comet-cli/factory-tests-laravel

> Comet factory to generate testcases for the Laravel framework

Latest version **0.1.5** (published 2019-02-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @comet-cli/factory-tests-laravel
pnpm add @comet-cli/factory-tests-laravel
yarn add @comet-cli/factory-tests-laravel
bun add @comet-cli/factory-tests-laravel
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2019-02-08 |
| First published | 2019-02-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 18.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Elisha Witte <elishawitte@gmail.com> |
| Maintainers | chiiya |
| Keywords | comet, factory, laravel, php, tests |

## Links

- npm: https://www.npmjs.com/package/@comet-cli/factory-tests-laravel
- Repository: https://github.com/chiiya/comet
- Homepage: https://github.com/chiiya/comet/tree/master/packages/factory-tests-laravel#readme
- Issues: https://github.com/chiiya/comet/issues
- npm.io page: https://npm.io/package/@comet-cli/factory-tests-laravel

## Dependencies (2)

- [xml-js](https://npm.io/package/xml-js.md) ^1.6.9
- [fs-extra](https://npm.io/package/fs-extra.md) ^7.0.1

## Recent versions

- 0.1.5 (latest) — 2019-02-08
- 0.1.4 — 2019-02-08
- 0.1.3 — 2019-02-08
- 0.1.2 — 2019-02-08
- 0.1.1 — 2019-02-08

## README

## `@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

```typescript
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);
}
```

---
_Source: https://npm.io/package/@comet-cli/factory-tests-laravel · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
