Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fazendadosoftware/leanix-pathfinder-scripts

Repository files navigation

leanix-pathfinder-scripts

Project template for implementing, running and debugging LeanIX GraphQL tasks as unit tests, or more advanced UI tasks as E2E tests, based on Typescript, Jest and Playwright

Requirements

leanix-pathfinder-scripts requires the following to run:

Installation

git clone git@github.com:fazendadosoftware/leanix-pathfinder-scripts.git
cd leanix-pathfinder-scripts
npm install

Usage

  1. Add a ".env" file to the project root folder with the following content:

     LEANIX_HOST=your workspace host here, e.g. us.leanix.net
     LEANIX_APITOKEN=your api token here
    
  2. Open the __tests__ folder and inspect the different tests located inside unit and e2e sub-folders. If you have the Jest and Playwright Visual Studio Code extensions installed, you can run or debug each test individually.

About

Set of utility scripts for LeanIX EAM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published