Skip to content

tripteki/uat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Acceptance Test Convention

Trip Teknologi's User Acceptance Test Codebase Convention.

Getting Started

Initialization :

curl -sL https://raw.githubusercontent.com/tripteki/uat/main/bin/project | sh -s -- <project>

Configuration :

.
├── <project>/
├──── tests/
├────── _perform_/config/__init__.py
├────── __cli__/config/__init__.py
├────── ___api___/config/__init__.py
├────── ____web____/config/__init__.py
└────── ____mobile____/config/__init__.py

Installation :

Move your current working directory to the outer of project.
Copy <project>/pyproject.toml to current working directory.
Then install it with this command :

$ python3 -m pip install .

Usage

python3 -m <project>

Option

  • --help : Usage.
  • test:performance : Run performance test.
  • test:cli : Run cli test cases.
  • test:api : Run api test cases.
  • test:web : Run web test cases.
  • test:mobile : Run mobile test cases.

Author

About

User Acceptance Test

Resources

Stars

Watchers

Forks

Languages

  • Python 94.1%
  • Shell 5.9%