Skip to content

Commit 83e9554

Browse files
committed
Adding README
1 parent 711bdf7 commit 83e9554

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# saucedemo-workspace-automation
2+
3+
## Description
4+
5+
This project is a my automatino project using mocha typescript with selenium.
6+
7+
## Getting Started
8+
9+
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.
10+
11+
### Prerequisites
12+
13+
- Node.js
14+
- npm
15+
- Latest Chrome version
16+
17+
### Installing
18+
19+
1. Clone the repo: `git clone https://github.com/AxelAlinsky/saucedemo-workspace-automation.git`
20+
2. Navigate to the project directory: `cd saucedemo-workspace-automation`
21+
3. Install dependencies: `npm install`
22+
4. Build project: `npm run build`
23+
24+
## Running the tests
25+
26+
`npm run regression`
27+
`npm run invalidLoginTest`
28+
`npm run restrictedAccessTest`
29+
`npm run shoppingExp`
30+
`npm run validLoginTest`

0 commit comments

Comments
 (0)