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

Update documentation on how to run smoke tests #341

Closed
1 task
mitchelbaker-cisa opened this issue Aug 6, 2024 · 1 comment · Fixed by #416
Closed
1 task

Update documentation on how to run smoke tests #341

mitchelbaker-cisa opened this issue Aug 6, 2024 · 1 comment · Fixed by #416
Assignees
Labels
documentation This issue or pull request improves or adds to documentation testing
Milestone

Comments

@mitchelbaker-cisa
Copy link
Collaborator

mitchelbaker-cisa commented Aug 6, 2024

💡 Summary

There is no documentation on how to run the smoke tests, which is implemented in #336.

Implementation notes

These are the current setup instructions, pending further changes:

pip install pytest selenium

A service account is required to run the smoke tests. Replace "[email protected]" with your subject email, then replace "[email protected]" with the domain you're running scubagoggles against.

pytest -s -vvv ./Testing/Functional/SmokeTests/ --subjectemail="[email protected]" --domain="domain.com"

Acceptance criteria

How do we know when this work is done?

  • There is clear documentation on how to run the functional smoke tests, including both the workflow and from the command line.
@mitchelbaker-cisa mitchelbaker-cisa changed the title Update documentation on how to run functional smoke tests Update documentation on how to run smoke tests Aug 6, 2024
@adhilto adhilto added documentation This issue or pull request improves or adds to documentation testing labels Aug 12, 2024
@mitchelbaker-cisa
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This issue or pull request improves or adds to documentation testing
Projects
None yet
2 participants