npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@bryntum/siesta

v6.0.0-beta-1

Published

Stress-free JavaScript/TypeScript testing and benchmarking tool

Downloads

309

Readme

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.

Supported environments

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.

Installation

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 statuses

Documentation

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

Resources

Website: https://siesta.works

Github repo: https://github.com/bryntum/siesta

Connect

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

Attribution

This software contains icons from the following icon packs (licensed under Creative Common 2.5/3.0 Attribution licenses)

COPYRIGHT AND LICENSE

MIT License

Copyright (c) 2009-2021 Bryntum, Nickolay Platonov