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

https://github.com/olumideolufowose/int_task

Automating testing of a Web App's Login Functionality using both Cypress and Selenium (Java & Python) and integrating these tests into a CI/CD pipeline that runs on GitHub Actions.
https://github.com/olumideolufowose/int_task

automation cypress java javascript python selenium testing testng unittest webdriver workflow

Last synced: 3 months ago
JSON representation

Automating testing of a Web App's Login Functionality using both Cypress and Selenium (Java & Python) and integrating these tests into a CI/CD pipeline that runs on GitHub Actions.

Awesome Lists containing this project

README

          

# Reproduction Steps

- Create a new Github repository
- Open Terminal/Command Prompt
- Clone this repository to your local system using git command
* git clone "https://github.com/OlumideOlufowose/int_task.git"
- Navigate to cloned folder on the Terminal/Command prompt
* cd int_task
- Initialized the cloned folder as your local repository
* git init
- Add your new Github repository to your local repository
* git remote add origin "yourNewGithubRepositoryLink"
- Add all files to index
* git add -A
- Commit to your local repository
* git commit -m "Commit to your remote repository"
- Push to your new Github repository
* git push origin main
- Test is triggered automatically after Push
- View test actions and results in the Actions tab of your new Github repository