0.0.7 • Published 4 years ago

@alwinvd/templi v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Templi - Test Template Cli Tool

(IMPORTANT: Templi needs to be installed globally to work properly!)

(Note: Templi is still in early development and testing, and not intended for use in actual projects)

Templi is a tool made to make it easier to integrate automated testing in your project.

To get started, install by running

npm i -g @alwinvd/templi.

Templi needs to be installed globally, to prevent unneeded dependencies in the project you actually want to integrate testing.

After installing, just run

templi

to get started.

Current functionality

For now, Templi is made to support three kinds of automated testing:

  • Unit tests, using Jest
  • Integration tests, using Jest and Enzyme
  • End to End tests, using Cypress

These three will be de only types of automated testing I'll focus on for now, and are very incomplete. Once these are more fleshed out, I'll take a look at more types of testing to integrate, or other ways to implement these.

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago