This repository contains a collection of PowerShell module (.psm1) files. These modules are designed as independent pieces of functionality, allowing users to combine them like LEGO bricks to create versatile and powerful automation scripts tailored for testing processes.
Below are instructions to help you get started with using these PowerShell modules in your own projects.
The windows system with native PowerShell 5.1 The method to check powershell version
$PSVersionTable.PSVersion
To use these modules, clone this repository to your local machine or download the desired .psm1 files directly
git clone https://github.com/106094/modules/
save all the psm files to a folder name [modules] directly