Go to file
2024-04-18 20:50:46 +02:00
.vscode fix(core): update 2022-02-14 23:50:07 +01:00
test fix(core): update 2023-07-13 03:19:11 +02:00
ts fix(core): update 2024-04-18 20:50:45 +02:00
.gitignore fix(core): update 2020-06-01 19:29:56 +00:00
.gitlab-ci.yml fix(core): update 2022-11-08 08:04:46 +01:00
.npmignore fix(CI): now building correctly 2018-08-04 15:51:44 +02:00
cli.child.ts fix(core): update 2022-03-13 00:30:32 +01:00
cli.js fix(core): update 2022-03-13 00:30:32 +01:00
cli.ts.js fix(core): update 2023-08-26 15:42:18 +02:00
npmextra.json fix(core): update 2022-02-14 15:40:11 +01:00
package.json 1.0.90 2024-04-18 20:50:46 +02:00
pnpm-lock.yaml fix(core): update 2024-04-18 20:47:25 +02:00
readme.md fix(core): update 2022-02-14 23:50:07 +01:00
tsconfig.json fix(core): update 2023-11-09 17:55:26 +01:00

@gitzone/tstest

a test utility to run tests that match test/**/*.ts

Status for master

Status Category Status Badge
GitLab Pipelines pipeline status
GitLab Pipline Test Coverage coverage report
npm npm downloads per month
Snyk Known Vulnerabilities
TypeScript Support TypeScript
node Support node
Code Style Code Style
PackagePhobia (total standalone install weight) PackagePhobia
PackagePhobia (package size on registry) PackagePhobia
BundlePhobia (total size when bundled) BundlePhobia
Platform support Supports Windows 10 Supports Mac OS X

Usage

cli usage

lets assume we have a directory called test/ where all our tests arae defined. Simply type

tstest test/

to run all tests.

Syntax

tstest supports tap syntax. In other words your testfiles are run in a subprocess, and the console output contains trigger messages for tstest to determine test status. Inside your testfile you should use @pushrocks/tapbundle for the best results.

Environments

tstest supports different environments:

  • a testfile called test-something.node.ts will be run in node
  • a testfile called test-something.chrome.ts will be run in chrome environment (bundled through parcel and run through puppeteer)
  • a testfile called test-something.both.ts will be run in node an chrome, which is good for isomorphic packages.

note: there is alpha support for the deno environment by naming a file test-something.deno.ts

Contribution

We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can contribute one time or contribute monthly. :)

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer