Skip to content

admin-dashboards/devtool-ui-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevTool UI Tester

This developer tool provides a simple way to ensure compatibilty of React projects accross different Node environments using Yarn or NPM.

For support and PR requests please access AppSeed.


✨ 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages