Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 474 Bytes

Klassijs-astellen

This is used to control all the Global and Environment variables that's used in klassi-js test framework as well as independently in your own framework/project.

Installation

pnpm add klassijs-astellen

Usage

const { astellen } = require('klassijs-astellen');

astellen.set('BROWSER_NAME', chrome);
const browserName = astellen.get('BROWSER_NAME');

Credit

Paul Grossman