@preamble/preamble-ts-core
v0.3.4
Published
An environment neutral JavaScript BDD testing framework written in TypeScript which supports writing test suites in TypeScript.
Downloads
2
Readme
Preamble-TS-Core
An environment-neutral JavaScript BDD unit testing framework written in TypeScript.
This is not your father's Preamble
Preamble-TS-Core is a complete rewrite of the old but now it is written in TypeScript. Out with the old and in with the new!
Versioning
Zero and odd numbered major versions are considered development versions. Even numbered versions can also be followed by a release candidate number (e.g. v2.0.0-RCn
).
Though still in pre-release development, Preamble-TS-Core is currently rock-hard stable and is ready to be used in the browser and from the command-line via NodeJS.
Run your tests in the browser
Download or clone the Preamble-TS-Standalone, which includes everything you need to author and run your tests, all wrapped up in one tidy repo.
Run your tests from the command-line
See Preamble-TS-Node, which provides instructions for running Preamble from the command-line.
What about the original Preamble?
The Original Preamble is still available for now but is now deprecated in favor of Preamble-TS-Core. Instructions describing the migration path from Preamble to Preamble-TS-Core is in the works and will be posted here once completed.
Documentation
It's coming and the link will be posted here.