Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vancetechwell/mocha-workspace-automation
Automation Test Case Using Typescript and Selenium
https://github.com/vancetechwell/mocha-workspace-automation
automationtesting cicd mocha
Last synced: 9 days ago
JSON representation
Automation Test Case Using Typescript and Selenium
- Host: GitHub
- URL: https://github.com/vancetechwell/mocha-workspace-automation
- Owner: VanceTechwell
- Created: 2023-11-30T17:45:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T07:08:20.000Z (8 months ago)
- Last Synced: 2024-10-11T22:41:30.053Z (about 1 month ago)
- Topics: automationtesting, cicd, mocha
- Language: TypeScript
- Homepage: https://axel-portfolio.vercel.app/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# saucedemo-workspace-automation
## Description
This project is a my automatino project using mocha typescript with selenium.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.Follow the steps below.
### Prerequisites
- Node.js
- npm
- Latest Chrome version### Installing
1. Clone the repo: `git clone https://github.com/AxelAlinsky/saucedemo-workspace-automation.git`
2. Navigate to the project directory: `cd saucedemo-workspace-automation`
3. Install dependencies: `npm install`
4. Build project: `npm run build`## Running the tests
`npm run regression`
`npm run invalidLoginTest`
`npm run restrictedAccessTest`
`npm run shoppingExp`
`npm run validLoginTest`