0.1.4 • Published 2 years ago

texporter v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Texporter🧪

texporter could export test cases in html or pdf formats.

How to install

# npm
npm install -D texporter

# yarn
yarn add -D texporter

How to use

Add texport.json file in project root directory.

Default config is as follows:

{
  "format": "html",
  "matchPattern": [".*\/__tests__\/.*\\.[jt]sx?$"],
  "include": ["/src"]
}

format

Output file format, support html and pdf.

matchPattern

matchPattern means which files want to be exported.

matchPattern support regex pattern.

include

include indicates which directories should be exported.

include should be based on project root directory.

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago