-
Notifications
You must be signed in to change notification settings - Fork 13
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
(#344) Introduce Pricing Calculator on Home Page #345
Conversation
7952aac
to
3b964be
Compare
3265a05
to
36ff9e9
Compare
07c8f8e
to
5082c49
Compare
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.
Couple small questions, otherwise this looks good :3
A pricing calculator has been added to the home page. This calculator allows users to select the number of nodes, support level, and Custom Packaging credits to determine the cost of Chocolatey for Business. This calculator is likely to go on other pages of chocolatey.org in the future.
This introduces Playwright for UI testing. All test are imported into the associated repository with that repositories gulpfile.js. Commands to run these tests will be added to the repositories README file as well. Right now, this introduces tests for the new pricing calculator. This will test things like ensuring modals pop up, price points are correct, and listed included items are shown for each bracket.
I've added a commit to bump the choco-theme version here so we can get it updated on the chocolatey.org PR. |
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.
This looks good to me! Great work, Steph! 💖
Description Of Changes
A pricing calculator has been added to the home page. This calculator allows users to select the number of nodes, support level, and Custom Packaging credits to determine the cost of Chocolatey for Business.
This calculator is likely to go on other pages of chocolatey.org in the future.
This introduces Playwright for UI testing. All test are imported into
the associated repository with that repositories gulpfile.js. Commands
to run these tests will be added to the repositories README file as
well. Right now, this introduces tests for the new pricing calculator.
This will test things like ensuring modals pop up, price points are
correct, and listed included items are shown for each bracket.
Motivation and Context
This will enable users to get a more accurate idea of what Chocolatey for Business will cost for them.
Testing
Operating Systems Testing
n/a
Change Types Made
Change Checklist
Related Issue