0.0.26 • Published 4 months ago

@aux4/test v0.0.26

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

@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
0.0.23

4 months ago

0.0.24

4 months ago

0.0.25

4 months ago

0.0.26

4 months ago

0.0.19

6 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.13

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.2

7 months ago