Siesta is a stress-free, ubiquitous & open-source JavaScript/TypeScript testing tool developed by Bryntum since 2009.
Version 6 is a complete rewrite, using a modern technology stack and a decade of test driven development experience.
Main features:
- One test tool to run all types of tests. Siesta can run tests in all modern browsers, Node.js and Deno. Moreover, in browsers, both in-process and out-of-process execution models are supported, so that you can choose the most appropriate one
- Supports parallel execution
- Supports native simulation of user actions, like clicking, typing etc.
- Provides accurate and well-formatted deep diff for equality assertion
Siesta powers the test suites of all Bryntum products and thousands of our clients.
Siesta can run the test in browsers (both in-process and out-of-process), Node.js and Deno.
Siesta supports modern, ever-green browsers only - Chrome, Firefox, Safari and Edge Chromium. IE, legacy Edge and quirks mode are not supported.
Siesta supports all maintained LTS releases of Node.js.
Siesta supports the latest release of Deno.
Node.js environment:
npm install @bryntum/siesta --save-dev
Deno environment:
deno install -n siesta -A -q --unstable --no-check https://cdn.jsdelivr.net/npm/@bryntum/siesta@latest/bin/siesta_deno.js
Build | |||||
---|---|---|---|---|---|
Siesta isomorphic | |||||
Siesta browser | |||||
Siesta Node.js 12 | |||||
Siesta Node.js 14 | |||||
Siesta Node.js 16 | |||||
Siesta Deno |
Please start reading from one the following guides, corresponding to the environment, in which you'd like to run the tests:
Getting started with Siesta in Node.js environment
Getting started with Siesta in Deno environment
Getting started with Siesta in browser environment
Getting started with Siesta in Sencha framework environment
Website: https://siesta.works
Github repo: https://github.com/bryntum/siesta
We welcome all feedback, so please let us know how we can improve your testing experience and reduce friction in your TDD cycle.
Please report any bugs found and request features in the issues tracker
Ask questions in the forum
Chat live at Discord
Follow the development blog
This software contains icons from the following icon packs (licensed under Creative Common 2.5/3.0 Attribution licenses)
MIT License
Copyright (c) 2009-2021 Bryntum, Nickolay Platonov