Skip to content

This project contains a base framework solution to automate UI tests for Google search based in Python, Pytest and Selenium Webdriver and using POM.

Notifications You must be signed in to change notification settings

luvallejos/googleSearchProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Search Automation Project

Table of Contents

  1. Introduction
  2. Getting Started
  3. How to Run

Introduction

This project contains UI testing framework to verify Google Search functionality.

Getting Started

Prerequisite

  • Gitbash

Requirements

  • Python 3.9

Libraries:

  • Selenium
  • Pytest
  • Pytest-html
  • IDE (recommended Pycharm)

How to Run

You can run the test cases from the IDE or from a cmd console using the following commands:

pytest TestCases/[testfile.py]

[testfile.py] = indicate the file which contains tests

Also you can run the test cases with the generation of a report with results using the following command:

pytest --html=Reports/report.html TestCases/[testfile.py]

About

This project contains a base framework solution to automate UI tests for Google search based in Python, Pytest and Selenium Webdriver and using POM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published