Skip to content

xiaojie-0/TestFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

This is a template for creating new test automation projects for Web & mobile App.

Dependencies

Install chrome, Edge or Firefox Install VS Code
Install git version control tool
Download the Python installer here and then install Python. Don't forget to check the "Add Python to PATH" box.
Install python plugin in VScode.

Install module

You need to install the module defined in requirements.txt.
Those tools are best installed using pip, Python's module installer. The Python 3 version might be provided (on Linux distros) as pip3 or python3-pip. You can then run:

pip install -r requirements.txt

Example

Modify configuration files under ui\config Switch to English input method Execute ui\test\test_run\run_test_case.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%