Replies: 1 comment
-
@d3vl1m3 this looks like string pattern used to include or exclude (depending on the option) stories based on titles, e.g. return new RegExp(includePattern, 'i').test(fullStoryName); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the command line arguments and it's great these exist. But the documentation only tells us what the default argument is.
Some real-world examples of what their usage looks like would really help.
The ones I'm looking at right now are:
--skipStories
(don't know what${kind} ${story}
are meant to represent.--storiesFilter
--targetFilter
I'd like to test specific screen sizes only so I can batch jobs in the pipeline and figure one of these are what I'm looking for I just have no idea how to format the arguments right now.
Beta Was this translation helpful? Give feedback.
All reactions