Commit Graph

11 Commits (master)

Author SHA1 Message Date
TheThing 15d1ba43f4 fix kill and make it work better on more platforms
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2024-03-01 09:40:14 +00:00
TheThing 5c9ead16b6 Huge new feature: File watcher and automatic watch and run, both tests and npm. Major improvements or refactoring in cli.
continuous-integration/appveyor/branch AppVeyor build failed Details
2023-09-28 09:33:43 +00:00
TheThing b47fa2b068 watcher: Imported node-watch into the project including tests. 2023-09-02 08:23:26 +00:00
Jonatan Nilsson 9d2b71339c Added helpers into cb:
continuous-integration/appveyor/branch AppVeyor build succeeded Details
* wrap() that auto captures thrown exceptions and cb's them
* finish() that auto captures thrown exception and cb's them, otherwise auto-finishes the cb for you
2022-07-04 10:23:41 +00:00
Jonatan Nilsson be700ab012 cli: Add ability to override default timeout as well as ignore only tests
continuous-integration/appveyor/branch AppVeyor build failed Details
2022-03-02 14:25:56 +00:00
Jonatan Nilsson 59ba39e406 Implemented beforeEach and afterEach.
continuous-integration/appveyor/branch AppVeyor build failed Details
Also added onCall() support in sinon and chaining support.
Breaking: Renamed onCall with getCall.
2022-01-11 09:37:05 +00:00
Jonatan Nilsson 084b751b5b Eltro: Added both before() and after() support and functionality 2021-06-18 02:06:08 +00:00
Jonatan Nilsson 7c4829c36b Revamped and reworked entire grouping and testing. Added better support for nested groups. Fixed a bunch of bugs. 2021-06-02 12:08:22 +00:00
Jonatan Nilsson e1a8911d55 Add skip/only/timeout on entire describe level 2020-04-01 17:16:46 +00:00
Jonatan Nilsson efa90c1a59 Added exclusivity support as well as only/timeout/skip support in front of test 2020-04-01 16:42:13 +00:00
Jonatan Nilsson 4d695338e0 Rename from casette to eltro 2020-04-01 15:35:33 +00:00