Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/106094/modules

auto testing psm
https://github.com/106094/modules

auto-testing automation powershell-automation powershell-module windows

Last synced: about 2 months ago
JSON representation

auto testing psm

Awesome Lists containing this project

README

        

# Project Title

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.

## Getting Started

Below are instructions to help you get started with using these PowerShell modules in your own projects.

### Prerequisites

The windows system with native PowerShell 5.1
The method to check powershell version
```powershell
$PSVersionTable.PSVersion
```
### Installation
To use these modules, clone this repository to your local machine or download the desired .psm1 files directly
```powershell
git clone https://github.com/106094/modules/
```
save all the psm files to a folder name [modules] directly