Skip to content

dervent/qa_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Engineering Portfolio

This portfolio showcases two test automation projects:

  1. API test suite: API test cases created for the Restful-Booker API using Python 3. This can be found in the api_testing directory.
  2. Selenium test suite: TBA.

Committing Code

This project uses git hook scripts to perform static analysis of code to be committed. These steps assume you have Python 3.8 installed.

  1. Install project requirements : pip3 install -r requirements.pip.
  2. Run pre-commit install to set up the hook scripts.
  3. Now, whenever a commit is made, pre-commit will automatically run using the hooks defined in the .pre-commit-config.yaml file found in the root directory of this repository.

Releases

No releases published

Packages

No packages published

Languages