shopify-mock
shopify-mock copied to clipboard
Serves Shopify resources via FakeWeb for easily testing Shopify apps.
Related to issue #15 The method was deprecated and removed in ruby 3.2.0
After upgrading to Ruby 3.2.0, I encountered an error with the shopify-mock gem. Specifically, the method File.exists? used in the gem is no longer available in Ruby 3.2.0, leading to...
Shopify recently rolled out API versioning (https://www.shopify.com/partners/blog/api-versioning-at-shopify), and the example in the README now gives the following error `ArgumentError (wrong number of arguments (given 2, expected 0; required keywords: domain,...
When using multiple paths, the latter paths' verb(s) will overwrite previously loaded fixtures with the same verb(s). You should [merge fixture paths into the verb's value](https://github.com/travishaynes/shopify-mock/blob/httpmock/lib/shopify-mock/fixtures.rb#L82).
Hi, I installed the gem. It didn't create any fixture folder. when i run the example give by you, it gave me unauthorized access error
With the regex as it currently stands, having a `:` and `@` are required in your shop name. I've never seen a username/password used as part of a shop name...
It now uses https://my-shop.myshopify.com/admin/ instead of https://a:[email protected]/admin/
hey there i added some more functionality to that mock library. We needed to handle delete product as well. The tests are in. Check it out and merge if you...