authorjapps
authorjapps
> Can i work on it? Hello @sawilkhan , yes please. Thanks for your interest. The following might help for the purpose of visibility. Can you outline some points what...
> this is my code.. i.e. I want junit suite to be run as load tests.. but gives no tests found, while if I use junit 5 launcher instead of...
@a1shadows , makes sense. You can look at this and add a test scenario 1st to check if this feature fails and push it, let the CI build fail. If...
> @authorjapps > > In situations where we need to retry a step that is dependent on a previous step, for eg. an api call that uses the previous step...
> > Now, let's say the auth has a TTL of 2 seconds and the API call step fails and goes into retry: Since the auth has already expired, the...
> @authorjapps Hey, yes, we faced this problem at my workplace. So, the use case is something like this: > > There are 2 APIs: > > 1. **A create...
yep, I think that would be much better and this will accommodate various different usecases too. 👍 ``` { "max": 3, "delay": 2000, "withSteps" : ["auth_step1", "auth_step2"] } ``` >...
> @authorjapps I've implemented a working approach for this in the linked PR. Can you take a look? Thanks @a1shadows, was slightly busy with my day job, As the CI...
Some information here might help. https://github.com/authorjapps/zerocode/issues/226#issuecomment-478298779 You can use the`junit-vintage` engine as explained above. Also the below is important as mentioned [here](https://github.com/authorjapps/zerocode/issues/581#issuecomment-1627689785) in this issue: ```java import org.jsmart.zerocode.core.domain.JsonTestCase; import org.jsmart.zerocode.core.domain.TargetEnv;...
Waiting for this to be addresses: https://github.com/authorjapps/zerocode/issues/563#issuecomment-1913135923 (🟡 )