-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add system specs configuration #3552
Add system specs configuration #3552
Conversation
Replicate the feature specs configuration and helpers for system specs.
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.
Thanks @blocknotes, I think this works but I'd avoid defining methods in the top level context of the spec_helper. What about moving them into spree/testing_support/
files split by functionality?
Something like:
spree/testing_support/print_missing_translation
spree/testing_support/blacklist_urls
spree/testing_support/prepare_assets_for_browser
This way we can add them safely when needed without duplication, even in stores and extensions. Thoughts?
@kennyadsl: good idea, I have just pushed a commit to isolate the new helpers. |
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.
👍 Thanks Mattia!
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.
@blocknotes thank you 👍
From version 2.11 the systems specs option will be included. PR: `solidusio/solidus#3552`
From version 2.11 the systems specs option will be included. PR: `solidusio/solidus#3552`
From version 2.11 the systems specs option will be included. PR: `solidusio/solidus#3552`
From version 2.11 the systems specs option will be included. PR: `solidusio/solidus#3552`
From version 2.11 the systems specs option will be included. PR: `solidusio/solidus#3552`
From version 2.11 the systems specs option will be included. PR: `solidusio/solidus#3552`
Description
Replicate the feature specs configuration and helpers for system specs.
Adding system specs support can be a good enhancement for extensions mainly.
Checklist: