Skip to content

v-weiyding/automation-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

自动化脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%