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.
pnpm add klassijs-astellen
const { astellen } = require('klassijs-astellen');
astellen.set('BROWSER_NAME', chrome);
const browserName = astellen.get('BROWSER_NAME');