1.0.0 • Published 6 months ago

klassijs-astellen v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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