azmiyuksel / insider_fe_automation_case

FE Automation case for Insider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FE automation case for Insider

This repo is created for FE automation for Insider. Page Object Model is used.

  • Browser type and headless options can be changed using parameters in config.json.

This repo can be cloned using following command:

git clone https://github.com/azmiyuksel/insider_fe_automation_case.git

Installing Dependencies

After cloning the repo, related directory should be opened and dependencies should be installed with following command (Virtual environment can be used):

cd insider_fe_automation_case
pip install -r requirements.txt

Executing Tests

Tests can be executed with following command:

pytest --alluredir=report --clean-alluredir

Test Report can be displayed with following command:

allure serve report

Screenshots can be seen in the report for failed scenarios: image

About

FE Automation case for Insider


Languages

Language:Python 100.0%