1.0.0 • Published 10 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-astellenUsage
const { astellen } = require('klassijs-astellen');
astellen.set('BROWSER_NAME', chrome);
const browserName = astellen.get('BROWSER_NAME');Credit
1.0.0
10 months ago