Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/106094/modules
- Owner: 106094
- Created: 2023-12-20T07:05:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T06:50:43.000Z (9 months ago)
- Last Synced: 2024-03-08T07:39:47.082Z (9 months ago)
- Topics: auto-testing, automation, powershell-automation, powershell-module, windows
- Language: PowerShell
- Homepage: https://github.com/106094/modules
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeDisplayMode.psm1
- License: copyingfiles.psm1
- Security: securityprocessor.psm1
Awesome Lists containing this project
- jimsghstars - 106094/modules - auto testing psm (PowerShell)
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