@aux4/test

0.0.26 • Public • Published

@aux4/test

Test aux4

npm

Install

npm install --save-dev @aux4/test

Usage

$ aux4-test
       run   <files> run test
  coverage   <files> run test coverage

Create test file with .test.md extension

# Print

## Given Hello World

- should print "Hello World"

```execute
echo 'Hello World'
```

```expect
Hello World
```

## Given Hello my friend

- should print "Hello my friend"

```execute
echo 'Hello my friend'
```

```expect
Hello my friend
```

Run test

aux4-test run my-test-file.test.md

To run all the test files in the current directory.

aux4-test run

Run test with coverage

This is useful in case your test interact with js files.

aux4-test coverage my-test-file.test.md

Readme

Keywords

Package Sidebar

Install

npm i @aux4/test

Homepage

aux4.io

Weekly Downloads

2

Version

0.0.26

License

Apache-2.0

Unpacked Size

26.6 kB

Total Files

14

Last publish

Collaborators

  • aux4-dev