Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 3.55 KB

README.md

File metadata and controls

38 lines (31 loc) · 3.55 KB

Overview

First, the script is used for automatic check Awesome Azure Developer CLI changes of templates, and output the new and deleted templates to the AwesomeAzd-CompareResult.json file in the data folder.
Second, the script is used to automate the comparison of templates in Awesome Azure Developer CLI and Browse code samples | Microsoft Learn, and output the templates that are not published to Browse code samples | Microsoft Learn to the NotPublishToLearnWebsite-Templates.txt file in the data folder.

Key directory structure

Start

Install the package

npm install

npx playwright install

Run code

This instruction npm run task-A is used for automatic check Awesome Azure Developer CLI changes of templates, and output the new and deleted templates to the AwesomeAzd-CompareResult.json file in the data folder.

npm run task-A

This instruction npm run task-L is used to automate the comparison of templates in Awesome Azure Developer CLI and Browse code samples | Microsoft Learn, and output the templates that are not published to Browse code samples | Microsoft Learn to the NotPublishToLearnWebsite-Templates.txt file in the data folder.

npm run task-L

Result

View the result in the corresponding file under the data folder.