Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 910 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 910 Bytes

Maintain taskfile templates in this repo.

Templates to be written for the following tools, to use them as part of application development as/when needed.

Verification Tools:
  • Linters (per programming language which are available in the Language utility and popular libraries)
  • Code Quality Scanning tools (sonarqube, semgrep)
  • Dependency vulnberability scanning tools (renovate)
  • Dontainer image scanning tools and SBOM generation tools (trivy)
  • Unit testing tools (per language, they have their own popular ones. Let's pick them)
  • Fuzzing tools (owasp zap, stepci.com)
  • Functional testing tools (stepci.com, citrusframework.org,cypress, microcks, insomnia cli, postman cli, Playwright, cucumber, etc.)
  • Integration testing by using TestContainers.com opensource

references to pick functional testing tools - https://testguild.com/12-open-source-api-testing-tools-rest-soap-services/