1.0.0 • Published 6 months ago
klassijs-astellen v1.0.0
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
1.0.0
6 months ago