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.
- Host: GitHub
- URL: https://github.com/olumideolufowose/int_task
- Owner: OlumideOlufowose
- Created: 2024-08-04T23:03:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:24:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T03:43:04.167Z (over 1 year ago)
- Topics: automation, cypress, java, javascript, python, selenium, testing, testng, unittest, webdriver, workflow
- Language: HTML
- Homepage: https://practicetestautomation.com/practice-test-login/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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