Skip to content

Here you can find the basic setup for Python +Automation Framework. Clone and start coding.

Notifications You must be signed in to change notification settings

NAVEENINTEL/AutomationSetup

Repository files navigation

AutomationSetup

Here you can find the basic setup for Python +Automation Framework. Clone and start coding.

Requirements

Python should be installed on system

pycharm installed on your system

git installed on your system

Steps to get Setup project locally

Go to drive where you want to setup project

Open command prompt -cmd

type cd\ and press enter

type D: and press enter

git pull https://github.com/NAVEENINTEL/AutomationSetup.git

new folder with project name is created in D drive

right click on project folder and open with Pychram

Commands

Install required libraries

pip install -r requirements.txt

Run Pytest test Cases

pytest -v -s [path]

Ordering Testcases execution

Pytest-Ordering-TestCases

Pytest Documentation

Pytest Reference

Useful Pytest libraries

Pytest useful libraries

Allure Reports Framework Reference

AllureReports reference

Allure commands

pytest -v -s scriptname --alluredir=reports allure serve reports

Readme.md file syntax

About

Here you can find the basic setup for Python +Automation Framework. Clone and start coding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages