✨ Added pw.env.set() for storing environment variables
This commit is contained in:
parent
6ffbd88d92
commit
c2519bdb7d
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ export default function getEnvironmentVariablesFromScript(script) {
|
|||
environment: {
|
||||
set: (key, value) => _variables[key] = value,
|
||||
},
|
||||
env: {
|
||||
set: (key, value) => _variables[key] = value,
|
||||
},
|
||||
// globals that the script is allowed to have access to.
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue