https://github.com/bohdan-mykhailenko/task_automation-testing
Automation testing for website.
https://github.com/bohdan-mykhailenko/task_automation-testing
jasny-bootstrap selenium typescript
Last synced: about 2 months ago
JSON representation
Automation testing for website.
- Host: GitHub
- URL: https://github.com/bohdan-mykhailenko/task_automation-testing
- Owner: bohdan-mykhailenko
- License: gpl-3.0
- Created: 2023-01-15T10:12:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T22:19:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T10:15:30.511Z (over 1 year ago)
- Topics: jasny-bootstrap, selenium, typescript
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Automation Testing App
## Overview
* [**Tested Page**](https://opensource-demo.orangehrmlive.com/web/index.php/auth/login)
This project is an automation UI testing application. It tests all possible events and ways to interact with web page.
## Stack
- [TypeScript](https://www.typescriptlang.org/)
- [Selenium](https://www.selenium.dev/)
- [Google Chrome Web Drivers](https://chromedriver.chromium.org/)
- [Jasmine](https://jasmine.github.io/)
## Preview
**Login**

**Open Pay Grades**

**Interact with min and max salaries**

**Delete user**

## How to start
**Follow these steps to start app in your local machine:**
1. Clone the repo:
`git clone https://github.com/bohdan-mykhailenko/Bohdan_Mykhailenko.git`
2. Navigate to the project branch:
`git checkout WebUI`
3. Navigate to the project dir:
`cd test`
4. Install dependencies:
`npm install`
5. Start testing:
`npm start -w test`