Siesta

Siesta is a stress-free, ubiquitous, open-source JavaScript/TypeScript testing tool, developed at Bryntum for more than 10 years.

Version 6 is a complete rewrite, using a modern technology stack and the decade of test driven development experience.

Main features:

  • One test tool to run them all. Siesta can run the tests in browsers, Node.js and Deno environments.
  • Supports parallel execution
  • Provides accurate and well-formatted deep diff for equality assertion

Siesta powers the test suites of all Bryntum products and thousands of our clients.

Supported target environments

Siesta can run the test in browsers, Node.js and Deno.

Siesta supports modern, ever-green browsers only - Chrome, Firefox, Safari and Chromium Edge. IE and legacy Edge are not supported.

Siesta supports all LTS releases of Node.js, starting from Node 12.

Siesta supports the latest release of Deno.

Installation

Node.js environment:

npm install @bryntum/siesta --save-dev

Deno environment:

deno XXX

Documentation

Please start reading from one the following guides, corresponding to the environment, in which you'd like to run the tests:

[[GettingStartedNodejsGuide|Getting started with Siesta in Node.js environment]]

[[GettingStartedDenoGuide|Getting started with Siesta in Deno environment]]

[[GettingStartedBrowserGuide|Getting started with Siesta in browser environment]]

Github repo

https://github.com/bryntum/siesta

Connect

We welcome all feedback - please tell us what works well in Siesta, what causes trouble and what any other features you would like to see implemented.

Please report any found bugs in the issues tracker

Ask questions in the forum

Chat live at Discord

Follow the development blog

COPYRIGHT AND LICENSE

MIT License

Copyright (c) 2009-2021 Bryntum, Nickolay Platonov