Skip to content

Testing intergrate with Python

Overview

The test suites for Python for Python developers with ease.

Design Concept

SAD Logical

flowchart LR
    1[Declare Test] -- annotate --> 2[Component] -- execute --> 3[Executor] -- generate --> 4[Report]
    5[Executor] -- HTTP trigger --> 6[Notification] -- production --> 7[SMS/Email]

Data-Structure

For test cases

For Executor

For Report

API handlers

Tool

Webdriver.io https://webdriver.io/docs/gettingstarted

Kind of convert yaml for webdriver.io -> pytest element

Execute test in various components ->

Generate report for the endpoint -> https://docs.gradle.org/current/userguide/what_is_gradle.html

Report https://docs.gradle.org/current/userguide/what_is_gradle.html

https://docs.qameta.io/allure/#_copyright

For SMS, Email

Reference