https://github.com/abhi07799/hybridframework_freecrm
FreeCRM Website Automation in Hybrid Framework using POM.
https://github.com/abhi07799/hybridframework_freecrm
automation hybridframework java pageobjectmodel selenium testng testng-framework
Last synced: about 1 month ago
JSON representation
FreeCRM Website Automation in Hybrid Framework using POM.
- Host: GitHub
- URL: https://github.com/abhi07799/hybridframework_freecrm
- Owner: abhi07799
- Created: 2022-11-30T09:41:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T09:49:20.000Z (over 3 years ago)
- Last Synced: 2025-10-27T10:46:58.954Z (8 months ago)
- Topics: automation, hybridframework, java, pageobjectmodel, selenium, testng, testng-framework
- Language: HTML
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HybridFramework_FreeCRM
open terminal and move to the project directory
maven installation check ==> mvn -version
if maven is not installed got to (for linux)==> https://linuxize.com/post/how-to-install-apache-maven-on-ubuntu-20-04/
run command ==> mvn clean then mvn install
for allure report ==> install Allure Report ==> --> curl -o allure-2.13.8.tgz -OLs https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.13.8/allure-commandline-2.13.8.tgz --> sudo tar -zxvf allure-2.13.8.tgz -C /opt/ --> sudo ln -s /opt/allure-2.13.8/bin/allure /usr/bin/allure --> allure --version
to see allure report run command ==> allure serve allure-results