Skip to content

shashwatahalder01/Trello_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Automation

Installation

Use the package manager pip to install project dependency
$ cd to the directory where requirements.txt is located
$ run: pip3 install -r requirements.txt

Run Project

$ cd to the "Test" directory
$ run: python3 testconf/runtest.py

Run individual testcase

run test using unittest
$ cd to the "Test" directory
$ python3 -m unittest TestCase.TC_file_name (without '.py')
run test with allure report
$ cd to the "Test" directory
$ python -m pytest -s TestCase/TC_file_name.py --alluredir=ReportAllure &&  allure serve ReportAllure/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages