Posted Jun 24, 2024
basic api test framework. Contribute to saleelm/API_Framework development by creating an account on GitHub.
0
6
pwd python3 -m pytest tests/pwd python3 -m pytest -m functional tests/pwd python3 -m pytest -m datatype tests/pwd python3 -m pytest -m security tests/pwd python3 -m pytest -m async tests/tests/: Contains all the test cases.config/: Configuration files and settings (if any).testdata/: Test data and fixtures.utils/: Utility functions and helpers.reports directory.logs directory.testdata directory.utils directory contains utility functions and scripts that assist in test execution and data processing.