-
Notifications
You must be signed in to change notification settings - Fork 3
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
Basic 2385/caleb #175
base: 5.x
Are you sure you want to change the base?
Basic 2385/caleb #175
Conversation
John, I did a quick glance at this. Hopefully, this is what you were looking for. I am sure Caleb would be open to feedback and best practices. Maybe, even more, understanding of what he has been working on. |
@caleb-jones these will have to be modified to read |
Oh, I didn't catch that. Thanks, @jbickar! |
…read as Scenario Outlines
…Scenario Outlines
…read as Scenario Outlines
…ad as Scenario Outlines
@jbickar Let me know if I missed anything. I think I got all of the instances of |
@jbickar |
READY FOR REVIEW
@jbickar I ran and fixed, if necessary, all the tests I could. It's ready for your review.
Summary
Refactored all of the Jumpstart product features to not use Scenario Outlines. All of the Scenario Outline pieces are written out as individual steps.
A few of the commit messages were labelled as the incorrect product, namely:
Needed By (Date)
Criticality
Steps to Test
1. Switch to this branch
2. Test stanford_jumpstart_home
For JSA, start from
linky_clicky/products/jsa
../../bin/behat -p sites-sws-build-jsa -s dev features/stanford_jumpstart_home
For JSE start from:
linky_clicky/products/jse
./../bin/behat -p sites-sws-build-jse -s dev features/stanford_jumpstart_home
3. Test stanford_person
edit
for HaleyFor JSA, From
linky_clicky/products/jse
../../bin/behat -p sites-sws-build-jse -s dev features/stanford_person
For JSE From
linky_clicky/products/jsa
../../bin/behat -p sites-sws-build-jsa -s dev features/stanford_person
4. Test stanford_sites_helper/stanford_helper/stanford_sites_helper.feature
You'll need a brand new site.... I did not test this.
5. Test jsa/homepage.feature
From
linky_clicky/products/jsa
../../bin/behat -p sites-sws-build-jsa -s dev features/homepage.feature
6. Test jsl/features/homepage.feature
I don't know of a JSL site. I did not test this.
7. Test jslbre/features/homepage.feature
I don't know of a JSLBRE site. I did not test this.
8. Test jsplus/features/homepage.feature
From: linky_clicky/products/jsplus
../../bin/behat -p sites-sws-build-jsplus -s dev features/homepage.feature
9. Test jsv/features/homepage.feature
From: linky_clicky/products/jsv
../../bin/behat -p sites-sws-build-jsv -s dev features/homepage.feature
10. Test vpsa/features/homepage.feature
From: linky_clicky/products/jsvpsa
../../bin/behat -p sites-sws-build-jsvpsa -s dev features/homepage.feature
Affects
Associated Issues and/or People
Related JIRA ticket(s)
https://stanfordits.atlassian.net/browse/BASIC-2385
Related PRs
More Information
The student view is broken. See https://stanfordits.atlassian.net/browse/BASIC-2415
Example JSA profile (in behat.local.yml)
Example JSE profile (in behat.local.yml)
Folks to notify
See Also