dindatiwi / pyautoid-bootcamp-testautomationproject-tiwi

Repository purposely for pratice of selenium test automation

Home Page:https://dindatiwi.github.io/pyautoid-bootcamp-testautomationproject-tiwi/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨Test Automation Project✨
Repository purposely for pratice of selenium test automation using pytest from pyautoid bootcamp

a script to do login test with automation using selenium pytest

website used Pandu Digital by Kominfo

Requirements

  • Python 3.9.6
  • pytest 6.2.5
  • pytest-html v3.1.1
  • ChromeDriver 94.0.4606.61
  • Selenium 3.141.0
  • Spirit To Learn📚

Installation

‼️Make sure to look at the class Prereq and change the mail, password, name according to your registered account

class Prereq:
    mail = 'bzwfdu@uniromax.com'
    password = 'f.M9V2HgSY.y6xM'
    name = 'Ronnie Gilmore'
‼️‼️the written mail, password, and name is purposely registered for testing purpose

Run this command in commandline to run the test :

python3 -m pytest -v test_login.py 

Run this command in commandline to run the test with the report :

python3 -m pytest -v test_login.py --html=report.html

Test Case

Used Test Case as parameter to validate the test

Test Case Login Automation Project

Report

Live Test Report here

Report generated on 07-Oct-2021 at 14:09:56 by pytest-html v3.1.1

About

Repository purposely for pratice of selenium test automation

https://dindatiwi.github.io/pyautoid-bootcamp-testautomationproject-tiwi/index.html


Languages

Language:HTML 73.1%Language:CSS 17.8%Language:Python 9.2%