@nifty-lil-tricks/testing
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -6,3 +6,3 @@ { | ||
"name": "@nifty-lil-tricks/testing", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A selection of useful utilities (or nifty li'l tricks!) for all things testing", | ||
@@ -9,0 +9,0 @@ "author": "Jonny Green <hello@jonnydgreen.com>", |
@@ -12,11 +12,2 @@ # nifty_lil_tricks_testing | ||
### Plugins | ||
The following plugins are available: | ||
| Plugin | Description | Status | Npm | Docs | | ||
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | | ||
| [PostgreSQl](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_postgresql/README.md) | Setup the World's Most Advanced Open Source Relational Database for testing. It has the following features: <br><ul><li>Setup a Postgresql server in [Docker](https://www.docker.com/) for testing.</li><li>Setup an existing Postgresql server for testing.</li><li>Run migrations on the configured Postgresql server.</li><li>Seed the configured Postgresql server with data.</li></ul> | :white_check_mark: | [![Latest Version](https://img.shields.io/npm/v/@nifty-lil-tricks/testing-plugin-postgresql?style=flat-square)](https://www.npmjs.com/package/@nifty-lil-tricks/testing-plugin-postgresql) | [Docs](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_postgresql/README.md). | | ||
| [NestJS Server](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_nestjs/README.md) | Setup a progressive Node.js framework for building efficient, reliable and scalable server-side applications for testing. | :construction: | [![Latest Version](https://img.shields.io/npm/v/@nifty-lil-tricks/testing-plugin-nestjs?style=flat-square)](https://www.npmjs.com/package/@nifty-lil-tricks/testing-plugin-nestjs) | [Docs](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_nestjs/README.md) | | ||
## Installation | ||
@@ -48,2 +39,13 @@ | ||
### Plugins | ||
The following plugins are available to that make use of the setup tests plugin | ||
system. | ||
| Plugin | Description | Status | Npm | Docs | | ||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | | ||
| [PostgreSQl](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_postgresql/README.md) | Setup the World's Most Advanced Open Source Relational Database for testing. It has the following features: <br><ul><li>Setup a Postgresql server in [Docker](https://www.docker.com/) for testing.</li><li>Setup an existing Postgresql server for testing.</li><li>Run migrations on the configured Postgresql server.</li><li>Seed the configured Postgresql server with data.</li></ul> | ✅ | [![Latest Version](https://img.shields.io/npm/v/@nifty-lil-tricks/testing-plugin-postgresql?style=flat-square)](https://www.npmjs.com/package/@nifty-lil-tricks/testing-plugin-postgresql) | [Docs](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_postgresql/README.md). | | ||
| [NestJS Server](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_nestjs/README.md) | Setup a progressive Node.js framework for building efficient, reliable and scalable server-side applications for testing. | ✅ | [![Latest Version](https://img.shields.io/npm/v/@nifty-lil-tricks/testing-plugin-nestjs?style=flat-square)](https://www.npmjs.com/package/@nifty-lil-tricks/testing-plugin-nestjs) | [Docs](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_nestjs/README.md) | | ||
| [Express Server](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_express/README.md) | Setup a minimal and flexible Node.js web Express application for testing. | 🚧 | [![Latest Version](https://img.shields.io/npm/v/@nifty-lil-tricks/testing-plugin-express?style=flat-square)](https://www.npmjs.com/package/@nifty-lil-tricks/testing-plugin-express) | [Docs](https://github.com/jonnydgreen/nifty-lil-tricks-testing/blob/main/plugin_express/README.md) | | ||
### Setup tests | ||
@@ -50,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31153
294