Back to all Bounties
Earn 9,000 ($90.00)
due 2 years ago
Completed
Write Cypress tests to automatically test Glide
dvdsgl
Details
Applications
1
Discussion
This Bounty has been completed!
@dvdsgl's review of @toitek“Took a bit longer than expected but great work! Very well organized.”
3.7
Communication 3/5, Quality 5/5, Timeliness 3/5Bounty Description
Problem Description
We’d like to implement automated tests for Glide (glideapps.com)–specifically to test our billing system.
We’ll write the tests against our staging server, https://staging.heyglide.com
Acceptance Criteria
Create a Cypress project in TypeScript that runs the following tests:
- Create an account
- Test that a free account cannot publish more than 2 apps
- Test that upgrading to Pro works, and verify that the upgraded app has access to Extra sync mode in the app Data settings
Technical Details
- Create a fixture in Cypress, using TypeScript
- Run the tests with
npm test
- Use test credit cards from Stripe (test mode) to make the purchase