Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.15 KB

Project for automation testing setup and experiments with different CI, reports, and tools for testing

Run Unit Testing Badge Badge Badge

About

This is a test demo project for experiments with CI integration, test reports, and metrics from testing.

Current structure:

  1. Example with unit tests https://github.com/safo-bora/tests_demo/tree/main/unit_tests

  2. Example with API testing (we use Trello API) - https://github.com/safo-bora/tests_demo/tree/main/api

  • 2.1 Python Request
  • 2.2 Postman
  • 2.3 TypeScript (Axios)

For more details about the environment, please refer to the README2.md.