Skip to content

larate/new-automation-practical

Repository files navigation

Practical SQA [Selenium Tests]

This repository contains Selenium tests for the Practical SQA, GitHub Account.

Practical SQA

Dependencies

Git

Make sure you have Git installed on your system. For check use the commands below:

git -v

GitHub

Make sure you have access GitHub Account <https://github.com/larate/new-automation-practical:

https://github.com/larate/automation-new-practical.git

Ruby

Make sure you have Ruby installed on your system, if not follow the vendor instructions for installing them on your operating system.

ruby -v

GeckoDriver

~~~~~~~~~~~~ ChromeDriver - WebDriver for Chrome ~~~~~~~~~~~~ Need download chromedriver from GeckoDriver

~~~~~~~~~~~~ FireFox - WebDriver for FireFox [Not Implement yet] ~~~~~~~~~~~~ Need download driver from GeckoDriver

Run

----------------To run the framework: ----------------cucumber

----------------To run the framework with tag: ----------------~~~~~~~~~~~~ To run the framework with tag - 'Feature': ~~~~~~~~~~~~ cucumber -t @F1 or cucumber -t @ContactMe

~~~~~~~~~~~~ To run the framework with tag - 'Scenario': ~~~~~~~~~~~~ cucumber -t @SC1.1 .. image:: https://github.com/larate/practical-sqa/blob/petrTest1/screenshot/README/run_t.png :alt: To run the framework with tag: :width: 30% :align: center

----------------To run the framework with profile: ----------------~~~~~~~~~~~~ To run the framework with profile - 'Feature': ~~~~~~~~~~~~ cucumber -p f1 or cucumber -p contactme

~~~~~~~~~~~~ To run the framework with profile - 'Scenario': ~~~~~~~~~~~~ cucumber -p sc1.1 .. image:: https://github.com/larate/practical-sqa/blob/petrTest1/screenshot/README/run_p.png :alt: To run the framework with profile :width: 30% :align: center

REPORT

Open report

Practical SQA - Open report

Example

Practical SQA - Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published