microsoft / playwright-testing-service

MIT License
76 stars 11 forks source link

[BUG]:Quickstart Docs Typo for ADO Pipeline Example #115

Closed PagelsR closed 1 month ago

PagelsR commented 2 months ago

Describe the bug Documentation type at section "Enable test results reporting"

https://learn.microsoft.com/en-us/azure/playwright-testing/quickstart-automate-end-to-end-testing?tabs=pipelines#enable-test-results-reporting

"Update the CI workflow definition to install the reporting package"

Typo for the Azure Pipelines example code. Script should read like this:

Change this,

'npm set //npm.pkg.github.com/:_authToken ${{secrets PAT_TOKEN_PACKAGE}}'

to this,

'npm set //npm.pkg.github.com/:_authToken ${PAT_TOKEN_PACKAGE}'

vvs11 commented 2 months ago

Thanks for reporting this. We will fix it in the docs asap.

vvs11 commented 1 month ago

This is fixed