Today I learned
- Use Azure key vault to store secrets there, such as sensitive information like this: process.env.AzureToken
- Set up azure pipeline for playwright to run at 7AM
- Add Eslint for typescript and playwright
Tip:
When set up azure pipeline for playwright, remember that it needs to be in the right working directory, otherwise npm ci can not find the package-lock.json file and cannot run.
Top comments (0)