Battle-Testing Nx Console with E2E Tests

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vscode-test

    Testing utility for VS Code extensions

  • Integration Tests combine multiple parts of your software and test them together. They are a good option for testing some behaviour of extensions. If you read the docs, they suggest using the @vscode/test-electron package and mocha. This will allow you to run tests inside an actual VSCode instance, so you avoid mocking. However, you are still constrained. The API gives limited information on many areas. For example even this very simple test is not easily realizable with the VSCode API:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • wdio-vscode-service

    A service to test VSCode extensions from end to end using WebdriverIO

  • WDIO has one big advantage: The wdio-vscode-service . It’s a plugin that integrates with WDIO and handles all setup-related work for you. You won’t have to think about downloading, installing and running a VSCode instance or the matching Chromedriver. On top of that, it bootstraps page objects for many functionalities and lets you access the VSCode API via remote function execution.

  • nx-console

    Nx Console is the user interface for Nx & Lerna.

  • WebdriverIO

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

  • WebdriverIO (abbreviated as WDIO) is an E2E testing framework for Node.js. It allows you to automate all kinds of web and mobile applications using the Webdriver or Chrome DevTools protocols.

  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • Integration Tests combine multiple parts of your software and test them together. They are a good option for testing some behaviour of extensions. If you read the docs, they suggest using the @vscode/test-electron package and mocha. This will allow you to run tests inside an actual VSCode instance, so you avoid mocking. However, you are still constrained. The API gives limited information on many areas. For example even this very simple test is not easily realizable with the VSCode API:

  • Visual Studio Code

    Visual Studio Code

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mastering Performance Testing with WebDriverIO

    1 project | dev.to | 13 Jan 2024
  • Webdriver.io: Next-gen browser and mobile automation test framework

    1 project | news.ycombinator.com | 4 Jan 2024
  • Setting up parallel cross browser tests and desktop within seconds using Webdriver.IO configuration wizard

    1 project | /r/softwaretesting | 10 Jul 2023
  • Seeking Recommendations for the Best Mobile Automation Tool

    1 project | /r/softwaretesting | 26 Jun 2023
  • Browserstack - too expensive? Is our consultant SCAMMING us?

    1 project | /r/cicd | 2 Mar 2023