All Projects β†’ AirtestProject β†’ my-testflow

AirtestProject / my-testflow

Licence: other
Test automation standard engineering project template

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to my-testflow

College-Notes
Contribute your handwritten PDF notes and help other students ✌ #DecodersCommunity πŸ–€
Stars: ✭ 30 (+0%)
Mutual labels:  engineering
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+533.33%)
Mutual labels:  engineering
manager
OVHcloud Control Panel
Stars: ✭ 153 (+410%)
Mutual labels:  workspace
meshgen-comparison
πŸ•ΈοΈ A comparison of mesh generators.
Stars: ✭ 25 (-16.67%)
Mutual labels:  engineering
marcgg.github.com
My personal website & blog
Stars: ✭ 25 (-16.67%)
Mutual labels:  engineering
awesome-engineering
A curated list of awesome engineering blogs, handbooks and open source repos from top technology companies
Stars: ✭ 96 (+220%)
Mutual labels:  engineering
engineering-management
A list of resources about Software Engineering Management
Stars: ✭ 31 (+3.33%)
Mutual labels:  engineering
vagas
πŸ’Ό Γ‰ dev? Γ‰ devops? Γ‰ bom? Quer mexer com muita tecnologia e desafios? Vem pro match!
Stars: ✭ 21 (-30%)
Mutual labels:  engineering
Certification
Certificates of Qualification in Software Engineering
Stars: ✭ 41 (+36.67%)
Mutual labels:  engineering
devops-bootcamp
Liatrio's DevOps Bootcamp
Stars: ✭ 21 (-30%)
Mutual labels:  engineering
KalmanFlow
A simple Kalman Filter built in TensorFlow
Stars: ✭ 22 (-26.67%)
Mutual labels:  engineering
cpu11
Revengineered ancient PDP-11 CPUs, originals and clones
Stars: ✭ 120 (+300%)
Mutual labels:  engineering
careers
Holded engineering careers info, coding challenges, and anything else we are open to sharing with the world.
Stars: ✭ 15 (-50%)
Mutual labels:  engineering
conventions
∞ Priceloop Engineering Conventions for Scala, Python, Git Workflow etc
Stars: ✭ 100 (+233.33%)
Mutual labels:  engineering
developer-roadmap-kr-
2020λ…„, μ›Ήκ°œλ°œμžκ°€ 되기 μœ„ν•œ λ‘œλ“œλ§΅ https://roadmap.sh
Stars: ✭ 80 (+166.67%)
Mutual labels:  engineering
docs-product
OutSystems 11 product documentation
Stars: ✭ 32 (+6.67%)
Mutual labels:  engineering
awesome-onboarding
😎 A curated list of awesome resources for software engineer onboarding
Stars: ✭ 21 (-30%)
Mutual labels:  engineering
hash
Data management, integration and modeling with blocks #
Stars: ✭ 400 (+1233.33%)
Mutual labels:  workspace
mcu-curriculum
Minecraft U Curriculum
Stars: ✭ 48 (+60%)
Mutual labels:  engineering
c9phplaravel
This script installs PHP 7.3 and required extensions and Laravel in Cloud9
Stars: ✭ 17 (-43.33%)
Mutual labels:  workspace

doc/img/logo-simple-my-testflow.png

my-testflow

Test automation standard engineering project template. More and more features to be added in future.

How to use?

1. Clone this repo and run the following command. (Installing with -e flag is strongly recommended.)

git clone https://github.com/AirtestProject/my-testflow.git
pip install -e my-testflow

2. Run the example script after installation.

python testflow/scripts/example.py

3. Check the test results in pocounit-results/ with TestResultPlayer.

Project structure

─ my-testflow/
    β”œβ”€ testflow/                <-------  rename this folder if you with (identifier only)
    |   β”œβ”€ __init__.py
    |   β”œβ”€ lib/
    |   |   β”œβ”€ __init__.py
    |   |   └─ ...
    |   └─ scripts/
    |       β”œβ”€ __init__.py
    |       β”œβ”€ example.py       <-------  you can try running this script
    |       └─ ...
    β”œβ”€ res/                     <-------  store any resource files
    |   β”œβ”€ app/
    |   └─ img/
    β”œβ”€ pocounit-results/        <-------  test results will auto generated here
    β”œβ”€ setup.py
    β”œβ”€ requirements.txt
    └─ .gitignore

How to get the test results?

Use our TestResultPlayer to replay the whole procedure of your tests!

More info

This template is designed for engineering test flow and it works along with following frameworks. You can take a look at the API reference according to each framework.

see also

Join to discuss!

chat on slack

doc/img/discussion-qq-qr.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].