Add Linux acceptance tests - Trial 15

This commit is contained in:
Bjarke Berg
2021-03-24 05:58:40 +01:00
parent 7ef572c555
commit fae00eb6d2

View File

@@ -253,8 +253,7 @@ stages:
inputs:
scriptType: inlineScript
inlineScript: >
$jsonObject = "{ ""username"": ""$env:Umbraco__CMS__Unattended__UnattendedUserEmail"", ""password"" : ""$env:Umbraco__CMS__Unattended__UnattendedUserPassword"" }"
$jsonObject | ConvertTo-Json | Set-Content -Path "src/Umbraco.Tests.AcceptanceTest/cypress.env.json"
"{ ""username"": ""$env:Umbraco__CMS__Unattended__UnattendedUserEmail"", ""password"" : ""$env:Umbraco__CMS__Unattended__UnattendedUserPassword"" }" | Set-Content -Path "src/Umbraco.Tests.AcceptanceTest/cypress.env.json"
- task: Npm@1
name: PrepareTask
displayName: npm install (AcceptanceTest)