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

Break up selenium tests #281

Merged
merged 15 commits into from
May 30, 2024
Merged

Break up selenium tests #281

merged 15 commits into from
May 30, 2024

Conversation

cbaxley
Copy link
Collaborator

@cbaxley cbaxley commented Apr 30, 2024

πŸ—£ Description

πŸ’­ Motivation and context

The selenium tests needed to be broken up so they could individually fail and also be split between cluster and linux only runs.

πŸ§ͺ Testing

The tests are designed to run locally and in the pipeline

βœ… Pre-approval checklist

  • Changes are limited to a single goal AND
    the title reflects this in a clear human readable format
  • Issue that this PR solves has been selected in the Development section
  • I have read and agree to LME's CONTRIBUTING.md document.
  • The PR adheres to LME's requirements in RELEASES.md
  • These code changes follow cisagov code standards.
  • All relevant repo and/or project documentation has been updated to reflect the changes in this PR.

βœ… Pre-merge Checklist

  • All tests pass
  • PR has been tested and the documentation for testing is above
  • Squash and merge all commits into one PR level commit

βœ… Post-merge Checklist

  • Delete the branch to keep down number of branches

#265

@cbaxley cbaxley added the feat PR label option for adding new feature label Apr 30, 2024
@cbaxley cbaxley linked an issue Apr 30, 2024 that may be closed by this pull request
@cbaxley cbaxley requested a review from rishagg01 April 30, 2024 11:30
driver = setup_login
dashboard_test_function(driver, kibana_url, timeout, self.dashboard_id, "AV Hits (Count)", ".visualization",".dummyval")


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra lines at end of file

@cbaxley cbaxley merged commit 45c783e into main May 30, 2024
4 checks passed
@cbaxley cbaxley deleted the cbaxley-265-break-up-selenium-tests branch May 30, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat PR label option for adding new feature
Projects
Status: βœ… Done
Development

Successfully merging this pull request may close these issues.

Break up selenium tests
3 participants