Skip to content

Add Firefox and Safari to Selenium test suite#354

Merged
codingjoe merged 1 commit intomainfrom
selenium
Dec 18, 2025
Merged

Add Firefox and Safari to Selenium test suite#354
codingjoe merged 1 commit intomainfrom
selenium

Conversation

@codingjoe
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 18, 2025 17:50
@codingjoe codingjoe self-assigned this Dec 18, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR extends the Selenium test suite to run tests across multiple browsers (Chrome, Firefox, and Safari) instead of just Chrome. It also updates file path handling in multi-file upload tests.

Key changes:

  • Parameterized the driver fixture to test against Chrome, Safari, and Firefox
  • Changed from Chrome-specific options to dynamic browser options instantiation
  • Modified file path separator in multi-file upload test from " \n " to "\n"

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
tests/conftest.py Converts Chrome-only driver fixture to parameterized multi-browser fixture supporting Chrome, Safari, and Firefox
tests/test_forms.py Updates file path separator for multi-file upload from " \n " to "\n" for better cross-browser compatibility

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codingjoe codingjoe force-pushed the selenium branch 2 times, most recently from b5a0aeb to 1eaf582 Compare December 18, 2025 17:58
@codingjoe codingjoe merged commit e5347bc into main Dec 18, 2025
13 of 14 checks passed
@codingjoe codingjoe deleted the selenium branch December 18, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants