Skip to content
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

Update tests #14

Merged
merged 9 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 146 additions & 0 deletions tests/cypress/fixtures/global-ctb-products.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"categories": {
"data": [
{
"name": "featured",
"priority": 100,
"styles": null,
"products_count": 4,
"title": "Featured"
},
{
"name": "services",
"priority": 10,
"styles": null,
"products_count": 14,
"title": "Services"
},
{
"name": "ecommerce",
"priority": 9,
"styles": null,
"products_count": 13,
"title": "eCommerce"
},
{
"name": "seo",
"priority": 5,
"styles": null,
"products_count": 6,
"title": "SEO"
},
{
"name": "security",
"priority": 3,
"styles": null,
"products_count": 1,
"title": "Security"
},
{
"name": "themes",
"priority": 0,
"styles": null,
"products_count": 13,
"title": "Themes"
}
],
"links": {
"first": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products\/categories?brand=web&per_page=60&page=1",
"last": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products\/categories?brand=web&per_page=60&page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products\/categories?brand=web&per_page=60&page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products\/categories",
"per_page": "60",
"to": 6,
"total": 6,
"ttl": 86400
}
},
"products": {
"data": [
{
"id": "a1ff70f1-9670-4e25-a0e1-a068d3e43a45",
"name": "Yoast Premium",
"version": null,
"description": "SEO made easy! Improve your ranking in search engines, boost performance and visibility, get social previews, a redirect manager, internal linking suggestions and 24\/7 premium support.",
"productThumbnailUrl": "https:\/\/cdn.hiive.space\/products\/thumbs\/Yoast-PRO.webp",
"primaryUrl": "https:\/\/yoa.st\/bh-premium?utm_source=wp-admin%2Fadmin.php&utm_medium=brand_plugin",
"primaryCallToAction": "Buy Now",
"secondaryUrl": "https:\/\/yoast.com\/wordpress\/plugins\/seo\/",
"secondaryCallToAction": "Learn More",
"clickToBuyId": "57d6a568-783c-45e2-a388-847cff155897",
"type": "plugin",
"price": "99.00",
"vendor_id": "03e93b44-9a95-400f-bc0b-f53c2bfa91cf",
"priority": 100,
"createdAt": "2022-10-07T15:37:39.000000Z",
"updatedAt": "2022-10-07T15:37:39.000000Z",
"categories": [
"Services",
"Featured",
"SEO"
],
"vendor": {
"name": "Yoast",
"url": "https:\/\/yoast.com\/"
},
"price_formatted": "$99.00"
}
],
"links": {
"first": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products?brand=web&per_page=60&page=1",
"last": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products?brand=web&per_page=60&page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products?brand=web&per_page=60&page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https:\/\/hiive.cloud\/api\/marketplace\/v1\/products",
"per_page": "60",
"to": 45,
"total": 45,
"ttl": 86400
}
}
}
Loading
Loading