Giter Site home page Giter Site logo

devtool-ui-tester's Introduction

DevTool UI Tester

Open-source developer tool that provides a simple way to ensure compatibility of React Projects across different Node environments using Yarn or NPM using GitHub Actions.

Product Features

  • ✅ Supports multiple React Kits as input
  • Multiple NodeJS versions
  • Builders: Yarn, NPM, or both
  • Report provided for each test combination
  • MIT license
  • ✅ Free support provided by AppSeed

How it works

Complete presentation: how to test external kits and fork the project

React.Products.-.Automatic.Compatibility.Tests.in.Different.Environments.using.GH.Actions.mp4

How to use it


✨ Installation

The compatibily check is run against the repositories in the repositories.json file. The file is located in the root of the repository.

To add a new repository, add a new entry to the repositories.json file.

{
    "repositories": [{
            "repoURL": "https://github.com/app-generator/react-datta-able.git"
        },
        {
            "repoURL": "https://github.com/app-generator/react-berry-dashboard.git"
        },
        {
            "repoURL": "YOUR_REPOSITORY_GIT_URL"
        }
    ]
}

Automated Testing using GH Actions

The ui test tool can be run using GH actions. Using Github Actions, you benefit from parallel builds on different nodejs environment.

...
jobs:
  compatibility-check:
    name: Compatibility Check
    runs-on: ubuntu-20.04
    continue-on-error: true

    strategy:
      matrix:
        node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
 ...


DevTool UI Tester - Open-Source developer tool provided by AppSeed

devtool-ui-tester's People

Contributors

app-generator avatar koladev32 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rtaparay

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.