Giter VIP home page Giter VIP logo

selenium-python-wikpedia-search's Introduction

Automation Project

This is the sample project used to test API and UI for Search functionality of Wikipedia.

  • Selenium framework is used for UI test
  • requests lib is used for API test
  • I'm using pytest framework and allure for report

Project Structure

  • api - this is used for api test functions
  • base - this is base page which contains common functions
  • data - this directory contains test data
  • helpers - the listener which logs for each action of web driver
  • locators - where to store all locators separately
  • pages - there are sets of method for each test step
  • reports - if you run tests with Allure, tests reports will be saved in this directory
  • tests - there are sets of tests for main functionalities of website
  • utils - this directory contains files responsible for configuration, e.g. driver_factory.py for webdriver management or read_csv.py for reading input data from csv files included in project

Install Required Libs

Run the command below in terminal:

$ pip install -r requirements.txt

Install Allure to view reports as following instruction: https://docs.qameta.io/allure/#_installing_a_commandline

Run Automated Tests and Generate Reports

To generate all tests report using Allure you need to run tests by command first:

$ pytest --alluredir=<reports directory path>

After that you need to use command to view reports:

$ allure serve <reports directory path>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.