Skip to content

dervent/qa_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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 suite can be found in the api_tests directory.
  2. Selenium test suite: Created using Selenium WebDriver with Java. This suite can be found in the selenium_tests directory.

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.

About

Portfolio showcasing test automation projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors