Updates to 'set up project' dialog needed for future billing.
See original GitHub issueThere are a few things that need to be updated in the desktop-gui when billing is released in the Dashboard.
- Remove line “Free while in beta, but will require a paid account in the future”
- If org selected is over their private projects limit (dependent on cypress-api#249), display “In order to make this project private, you need to upgrade your account.” - link should go to
dashboard.cypress.io/organizations/:id/billing
. - Display banner within ‘runs’ tab when project’s org is over it’s recorded tests limit. This would require polling the GET org endpoint (which I don’t think we are doing currently).
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Enable, disable, or change billing for a project - Google Cloud
In the project row, open the Actions menu (more_vert), select Change billing, then choose the desired destination Cloud Billing account. Note: If you...
Read more >Update work on a project - Microsoft Support
The Update Tasks dialog appears. Under Actual, enter the new dates in the Start and Finish boxes. Notes: Entering an actual start or...
Read more >Billing Session Options Dialog Box - Deltek Software Manager
Use this dialog box to establish options such as the invoice date, period start and end dates, and billing parameters for including transactions...
Read more >Updating project information - Replicon
Go to Projects, and click the name of the project. Or, create a new project. Click the Project Info button in the upper,...
Read more >Oracle Fusion Cloud Project Management 21D What's New
Once the project contract invoice has been successfully imported into Receivables but before it is set to complete, you can override the transaction...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jennifer-shehane I added
ipc.getUsage(id)
and added respective unit/integration tests. I have not tested it IRL hooked up tocypress-api
though.Released in
2.0.0
.