feat: secret variables in environments (#3779)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -43,6 +43,7 @@ describe("pw.env.resolve", () => {
|
||||
{
|
||||
key: "hello",
|
||||
value: "there",
|
||||
secret: false,
|
||||
},
|
||||
],
|
||||
selected: [],
|
||||
@@ -73,6 +74,7 @@ describe("pw.env.resolve", () => {
|
||||
{
|
||||
key: "hello",
|
||||
value: "there",
|
||||
secret: false,
|
||||
},
|
||||
],
|
||||
}
|
||||
@@ -101,12 +103,14 @@ describe("pw.env.resolve", () => {
|
||||
{
|
||||
key: "hello",
|
||||
value: "yo",
|
||||
secret: false,
|
||||
},
|
||||
],
|
||||
selected: [
|
||||
{
|
||||
key: "hello",
|
||||
value: "there",
|
||||
secret: false,
|
||||
},
|
||||
],
|
||||
}
|
||||
@@ -136,10 +140,12 @@ describe("pw.env.resolve", () => {
|
||||
{
|
||||
key: "hello",
|
||||
value: "<<there>>",
|
||||
secret: false,
|
||||
},
|
||||
{
|
||||
key: "there",
|
||||
value: "<<hello>>",
|
||||
secret: false,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user