Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Improvement in E2E Tests #752

Closed
32 tasks done
wiliansilvazup opened this issue Nov 8, 2021 · 0 comments · Fixed by #723, #741, #759, #763 or #755
Closed
32 tasks done

tests: Improvement in E2E Tests #752

wiliansilvazup opened this issue Nov 8, 2021 · 0 comments · Fixed by #723, #741, #759, #763 or #755
Assignees
Labels
good first issue Good for newcomers kind/improvement This issue is not a Bug nor a Feature

Comments

@wiliansilvazup
Copy link
Contributor

wiliansilvazup commented Nov 8, 2021

What would you like to be added:
Currently horusec's e2e tests do only a superficial coverage based on the vulnerability examples.
We need to test the input and output possibilities of each usage option that Horusec-CLI offers its users in an end-to-end test using the Ginkgo and Gomega library

We have already started an initial implementation on our e2e package. If anyone wants to contribute, please feel free to update them as the tests are delivered by our engineering team.

E2E Tests
  • global flags:
  • flag: log-level
  • flag: config-file-path
  • flag: log-file-path
  • generate:
  • command
  • version:
  • command
  • start:
  • command
  • flag: analysis-timeout
  • flag: authorization
  • flag: cert-file-path
  • flag: project-container-path
  • flag: project-path
  • flag: git-history
  • flag: commit-authors
  • flag: enable-dependency-check
  • flag: enable-shell-check
  • flag: false-positive
  • flag: headers
  • flag: horusec-url
  • flag: ignore
  • flag: ignore-severity
  • flag: insecure-skip-verify
  • flag: json-output-file
  • flag: monitory-retry-count
  • flag: format-output
  • flag: repository-name
  • flag: risk-accepted
  • flag: timeout-request
  • flag: return-error
  • flag: disabled-docker
  • flag: show-vulnerabilities-types
  • flag: information-severity
  • flag: custom-rules-path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment