Stefan Renne

Results 7 issues of Stefan Renne

Hi, Any plans to add support for http notify? This so that I can http subscribe into external services and process notifications when they occur. Best regards

#### What's in this PR? This pr's adds a description for every step & adds the ability to create screenshots As example, this is what the current unit tests generate:...

I would like the ability to create screenshots before every step is executed

It would be great to have a separate XCTContext activity for every step, because this will make it easier to pinpoint where things went wrong. Based on a spike that...

#### What's in this PR? Replace this text with information about what's in your PR. What's changed? Why has it changed? Reference any GitHub issue this PR relates to, etc....

Whenever I run `pod spec lint` I get this output: ``` ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values: com.apple.coresimulator.simruntime.ios-12-1, com.apple.coresimulator.simruntime.ios-12-2, com.apple.coresimulator.simruntime.tvos-12-2,...

When using the ``` + (void)invoke:(nonnull MASRequest *)request taskBlock:(nullable MASDataTaskBlock)taskBlock completion:(nullable MASResponseObjectErrorBlock)completion; ``` function passed headers not send, while they are used in the other invoke function: ``` + (void)invoke:(nonnull...