-
Notifications
You must be signed in to change notification settings - Fork 0
Add Support for Playwright #150
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
Conversation
303a772
to
1d610cd
Compare
lib/generators/rolemodel/testing/rspec/templates/support/helpers.rb
Outdated
Show resolved
Hide resolved
gem 'webdrivers' | ||
gem 'marsh_grass' | ||
gem 'pry' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need pry
? And alphabetize?
gem 'webdrivers' | |
gem 'marsh_grass' | |
gem 'pry' | |
gem 'marsh_grass' | |
gem 'webdrivers' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pry
is currently a dependency of marsh_grass
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm. We were thinking we might be able to remove that dependency but haven't gotten there yet.
lib/generators/rolemodel/jasmine_playwright/templates/support/react.mjs
Outdated
Show resolved
Hide resolved
lib/generators/rolemodel/jasmine_playwright/templates/example_spec.js
Outdated
Show resolved
Hide resolved
lib/generators/rolemodel/jasmine_playwright/jasmine_playwright_generator.rb
Outdated
Show resolved
Hide resolved
f145fc8
to
cfd9703
Compare
Why?
We wanted a new project to easily set up playwright for running system tests using RoleModel Rails generators. Specifically, the capybara-playwright-driver gem for rspec, and the jasmine playwright runner for javascript tests.
What Changed
Pre-merge checklist
lib/rolemodel_rails/version.rb