Open
Conversation
Copilot
AI
changed the title
[WIP] Remove webdrivers from RSpec setup
Remove webdrivers from RSpec generator setup
Mar 26, 2026
Contributor
|
@copilot Remove the spot that sets Webdriver configuration |
Author
justwiebe
approved these changes
Mar 26, 2026
Contributor
|
@copilot run bin/bump_version and commit the changes |
Author
Member
|
@justwiebe would you mind actually dropping the version bump? I'm getting ready to merge the 1.0 update and that will be another conflict. |
Contributor
|
@copilot Undo the version bump to help Andy with merge conflicts |
Copilot stopped work on behalf of
justwiebe due to an error
March 27, 2026 15:31
31494ff to
9c2b2d2
Compare
Agent-Logs-Url: https://github.com/RoleModel/rolemodel_rails/sessions/f7fc098b-2aef-4436-b6aa-a35c0bb2614b Co-authored-by: justwiebe <56078237+justwiebe@users.noreply.github.com>
…late Agent-Logs-Url: https://github.com/RoleModel/rolemodel_rails/sessions/f57bed6a-d728-4221-ace4-3e2b61cd57d1 Co-authored-by: justwiebe <56078237+justwiebe@users.noreply.github.com>
9c2b2d2 to
3ca954a
Compare
Contributor
|
@OutlawAndy Done |
OutlawAndy
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
webdriversmanages browser drivers for Selenium-based testing. Since the project uses Playwright (capybara-playwright-driver) for system tests, it's unnecessary and should not be added to generated apps.What Changed
gem 'webdrivers'from the:testgem group inRolemodel::Testing::RspecGeneratorWebdrivers.cache_time = 24.hours.to_iconfiguration from thecapybara_drivers.rbtemplate0.27.3Pre-merge checklist
bin/bump_versionorbin/bump_version --patchScreenshots
N/A
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.