TypeScript Test

Open-source TypeScript projects categorized as Test

Top 23 TypeScript Test Projects

  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    Project mention: GitHub (Preview) Deployments with Google Cloud Platform | dev.to | 2023-05-30

    By using the Deployments API, you can trigger GitHub Actions on deployment_status. This makes it easy to run quality assurance checks, end-to-end tests etc. on each preview build. Here's an example for running Playwright on each preview using the environment_url that is passed in for the success state:

  • vitest

    A Vite-native test framework. It's fast!

    Project mention: Simplify Your Mock Data Creation in Tests with @lifeiscontent/to-mocked | dev.to | 2023-05-23

    The added benefit of using toMocked is the immediate feedback it provides when application code changes and tests break. It shows how the expectations have changed, making it significantly easier to maintain and update your test suite. Especially when you're using testing frameworks like Vitest, toMocked integrates seamlessly, easing the writing of tests.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • WebdriverIO

    Next-gen browser and mobile automation test framework for Node.js

    Project mention: Browserstack - too expensive? Is our consultant SCAMMING us? | reddit.com/r/cicd | 2023-03-02

    We recently hired an engineer to write us integration tests with webdriver.io. All of our other tests run fine in Github actions - rspec, javascript jest, etc.

  • jest-preview

    Debug your Jest tests. Effortlessly.🛠🖼

    Project mention: A guide to visual debugging with Vitest Preview | dev.to | 2023-01-26

    Vitest Preview helps you to write and debug tests faster by allowing you to visualize your test in a browser. If you are familiar with Jest, you know that the Jest community has a similar debugging tool, Jest Preview, created by the same developer, Hung Viet Nguyen. To learn more about testing with Jest, check out our video guide here.

  • ng-mocks

    Angular testing library for mocking components, directives, pipes, services and facilitating TestBed setup

    Project mention: Informal AMA: Angular Signals RFC | reddit.com/r/Angular2 | 2023-04-20

    Is the Angular team aware of NG Mocks and NG Spectator?

  • peeky

    A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️

  • betterer

    betterer makes it easier to make incremental improvements to your codebase

    Project mention: How to Effortlessly Improve a Legacy Codebase Using Robots | reddit.com/r/RedditEng | 2023-05-01

    We first took a shot at addressing this gradually using a tool called Betterer, which works by taking a snapshot of the state of a set of errors, warnings, or undesired regular expressions in the codebase and surfacing changes in pull request diffs. Betterer had served us well in the past, such as when it helped us deprecate the Enzyme testing framework in favor of React testing library. However, because there were so many instances of noImplicitAny errors in the codebase, we found that much like snapshot tests, reviewers had begun to ignore Betterer results and we weren’t in fact getting better at all. Begrudgingly, we removed the rule from our Betterer tests and agreed to find a different way to enforce it. Luckily, this decision took place just in time for Snoosweek (Reddit’s internal hack week) so I was able to invest a few days into adding a new automation step to ensure incremental progress toward adherence to this rule.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • crusher

    🧙‍♀️ Fast low-code testing framework ⏱️ Create test in <60 secs

    Project mention: Test your react/web app in under a minute with Crusher - a fast low-code framework | reddit.com/r/reactjs | 2023-01-06
  • tinyspy

    🕵🏻‍♂️ minimal fork of nanospy, with more features

  • walletconnect-example-dapp

    Example Dapp (by WalletConnect)

  • vscode-java-test

    Run and debug Java test cases in Visual Studio Code.

  • jest-html-reporter

    Jest test results processor for generating a summary in HTML

    Project mention: Using Reporters in jest Framework | dev.to | 2023-01-30

    This article covers the usage of a test reporter within jest framework. Particularly, we will set up the jest-junit and jest-html-reporter.

  • pkg-ok

    👌 Checks paths and scripts defined in package.json before you publish

  • action-junit-report

    Reports junit test results as GitHub Pull Request Check

  • laika

    Log, test, intercept and modify Apollo Client's operations (by zendesk)

  • vite-plugin-vitest-typescript-assert

    🔥 TypeScript type assertion plugin for vitest

    Project mention: Typing is good but testing is better!? | reddit.com/r/u_skarab42-dev | 2022-08-13

    As a Vitest user I want to be able to test my types with it. So I wrote my own type assertion plugin for Vitest.

  • github-action-ts-run-api

    Library for GitHub Action integration testing

  • vscode-ceedling-test-adapter

    Ceedling Test Adapter for the VS Code Test Explorer

    Project mention: Looking for a C IDE better than VSCode | reddit.com/r/C_Programming | 2023-02-12
  • simulador-test-de-conducir

    Simulador de test teórico de conducir para Argentina / CABA / categoría B (Autos)

    Project mention: Hice este simulador de "test teórico de conducción" para quienes estén aprendiendo a conducir y quieran testear sus conocimientos. Es open-source, si alguien quiere colaborar bienvenido sea! | reddit.com/r/argentina | 2022-11-12
  • pdf-snapshot

    Jest matcher for visual regression testing of PDF documents

    Project mention: Non régression visuelle de documents PDF | reddit.com/r/programmation | 2022-10-03
  • mamera

    Mamera is a stupidly silly app developed to test CapacitorJS. It can be found on the iOS App Store.

  • fp-ts-webdriver

    fp-ts bindings to the Webdriver W3C specification

  • vscode-extension-gdunit3

    Visual Studio Code Extension for GdUnit3

    Project mention: Relased small hotfix for GdUnit3 VSC Explorer | reddit.com/r/godot | 2022-08-10
  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-30.

TypeScript Test related posts

Index

What are some of the best open-source Test projects in TypeScript? This list will help you:

Project Stars
1 Playwright 51,677
2 vitest 9,068
3 WebdriverIO 8,112
4 jest-preview 2,150
5 ng-mocks 860
6 peeky 670
7 betterer 506
8 crusher 462
9 tinyspy 427
10 walletconnect-example-dapp 310
11 vscode-java-test 264
12 jest-html-reporter 242
13 pkg-ok 237
14 action-junit-report 195
15 laika 110
16 vite-plugin-vitest-typescript-assert 78
17 github-action-ts-run-api 32
18 vscode-ceedling-test-adapter 30
19 simulador-test-de-conducir 9
20 pdf-snapshot 8
21 mamera 7
22 fp-ts-webdriver 6
23 vscode-extension-gdunit3 6
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
www.onlyoffice.com