Displaying 1 to 20 from 64 results

Nx - Smart, Fast and Extensible Build System

  •    Typescript

Nx is a next generation build system with first class monorepo support and powerful integrations. Nx builds a project graph by analyzing your workspace, which it then uses to only rebuild what is necessary and to never run the same computation twice.

cypress-testing-library - 🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices

  •    Javascript

Simple and complete custom Cypress commands and utilities that encourage good testing practices. You want to use DOM Testing Library methods in your Cypress tests.

nx-examples - Example repo for Nx workspace

  •    TypeScript

This project was generated using Nx. Nx supports many plugins which add capabilities for developing different types of applications and different tools.




cypress-image-snapshot - Catch visual regressions in Cypress

  •    Javascript

Cypress Image Snapshot binds jest-image-snapshot's image diffing logic to Cypress.io commands. The goal is to catch visual regressions during integration tests. When using cypress open, errors are displayed in the GUI.

cypress-failed-log - Gets you the Cypress test command log as JSON on failure

  •    Javascript

Add an NPM script failed-test that will get the name of the JSON file with failed test details. You can send the file as an email, upload it somewhere, post to a chat channel, etc.

cypress-hyperapp-unit-test - Unit test Hyperapp components using Cypress

  •    Javascript

What is this? This package allows you to use Cypress test runner to unit test your Hyperapp components with zero effort. The component runs in the real browser with full power of Cypress E2E test runner: live GUI, powerful API, screen recording, historical DOM snapshots, CI support, cross-platform. The line between unit testing a component that renders into a DOM, makes HTTP requests, uses browser API and an end-to-end test for a complete web application is becoming very blurry in my opinion. Hope this little bridge between Hyperapp and Cypress test runner proves it. See examples below - some of them are testing individual components, some full apps. But the unit and end-to-end tests look and run very much alike.

cypress-react-unit-test - Unit test React components using Cypress

  •    Javascript

What is this? This package allows you to use Cypress test runner to unit test your React components with zero effort. How is this different from Enzyme? It is similar in functionality BUT runs the component in the real browser with full power of Cypress E2E test runner: live GUI, full API, screen recording, CI support, cross-platform.


cypress-svelte-unit-test - Unit testing Svelte components in Cypress E2E test runner

  •    Javascript

Requires Node version 6 or above. The mount function returns a promise which resolves to the current document. At the same time, the instance of the mounted component is available from Cypress.component for further interaction.

cypress-vue-unit-test - A little helper to unit test Vue components in the Cypress

  •    Javascript

What is this? This package allows you to use Cypress test runner to unit test your Vue components with zero effort. How is this different from vue-test-utils? It is similar in functionality BUT runs the component in the real browser with full power of Cypress E2E test runner: live GUI, full API, screen recording, CI support, cross-platform.

send-test-info - Attach unit test information to exceptions sent by Raven to Sentry

  •    Javascript

Add this module to any project that uses Cypress for end to end testing and Raven.js client to send exceptions to Sentry. From any spec file, require and call a single function with the spec's filename.

add-typescript-to-cypress - Quickly adds TypeScript spec support to Cypress

  •    Javascript

Cypress is awesome, but does not come with TypeScript support right out of the box. Instead you need to install either Cypress webpack preprocessor or Cypress browserify preprocessor and configure them to transpile TypeScript spec files. Which is too much hustle. With this module you just need to execute regular npm install command and you can write TypeScript spec files right away.

npm-registry-browser - Browse the npm registry with an SPA made in React, with full dev workflow.

  •    Javascript

The hard part is often to be able to put all those together. This is the goal of this project: provide a well-documented example of a front-end app with real-world features and constraints. 📔 Read the blog post where I explain why I made the project.

cypress-testing-library - 🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices

  •    Javascript

Simple and complete custom Cypress commands and utilities that encourage good testing practices. You want to use dom-testing-library methods in your Cypress tests.

cypress-capybara - Capybara finders re-implemented as custom Cypress commands

  •    Javascript

An abbreviated port of Capybara's finder methods, reimplemented as custom Cypress commands. Here are the commands cypress-capybara implements. As with Capybara proper, they specify pretty liberal search functions, allowing locators to specify interactive elements by label, display text, name, id, value, title, and so on (depending on the element type).

cypress-cli - CLI for Cypress.io Desktop App

  •    CoffeeScript

This is the CLI for: https://github.com/cypress-io/cypress. ⚠️ This module is deprecated in favor of an "all-in-one" Cypress NPM package cypress that can be installed as a regular dev dependency.

cypress-docker-images - Docker images with Cypress dependencies and browsers

  •    Javascript

These images provide all of the required dependencies for running Cypress in Docker. Of these images, we provide multiple tags for various operating systems and specific browser versions. These allow you to target specific combinations you need. We only provide browsers for Debian, but you can use our base images and build your own.

cypress-documentation - Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

  •    Javascript

The code for Cypress Documentation including Guides, API, Examples, Dashboard & FAQ found at https://docs.cypress.io. You should be able to get the documentation site running locally very quickly, please see our Contributing Guideline.

cypress-example-docker-circle - Cypress + Docker + CircleCI = ❤️

  •    Javascript

Running your Cypress E2E tests on Circle CI v2.0 is very simple. See circle.yml for the current build commands. You can use our base image cypress/base with all dependencies pre-installed. Note: if you want to use CircleCI Workflows feature to run multiple tests in parallel, check out our example repo cypress-example-docker-circle-workflows.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.