The Wayback Machine - https://web.archive.org/web/20220506103954/https://github.com/topics/test-automation
Skip to content
#

test-automation

Here are 2,109 public repositories matching this topic...

cypress
felix-seifert
felix-seifert commented Apr 29, 2022

The method createSubscription(ProjectSubscriptionName name, TopicName topic, PushConfig pushConfig, int ackDeadlineSeconds) from the example is deprecated. Probably, we should use createSubscription(String name, TopicName topic, PushConfig pushConfig, int ackDeadlineSeconds), i.e. replace ProjectSubscriptionName name with String name.

https://github.com/testcontainers/testcontainers-jav

nehagup
nehagup commented Feb 27, 2022

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

Add 3 different modes of Keploy SDK in the readme.

Record: Sets to record mode.
Test: Sets to test mode.
Off: Turns off all the functionality provided by the API

Note: KEPLOY_MODE value is case sensitive.

Take inspiration from https://github.com/keploy/go-sdk#configure

Why

documentation good first issue

Improve this page

Add a description, image, and links to the test-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-automation topic, visit your repo's landing page and select "manage topics."

Learn more