-
Currently tests just wait if a request goes through, but they don't validate the request payload. It would be good to add a mock endpoint so the payload of the request this library makes to SimpleAnal…
-
Our documentation uses `curl` for testing the endpoints, but there are UIs for this purpose. For example:
https://www.postman.com/product/rest-client/
-
Currently, any TSV file loaded into a Dataverse instance flows through `DatasetFieldServiceApi.loadDatasetFields()`.
This method isn't just the endpoint, it also contains all the code to parse and co…
-
Handle errors of endpoints calls better in tests.
Actually, if an endpoint return an error or a different response than the expected `validateFunc`, go runtime will panic.
Please review code of `f…
-
## Problem
Currently there is no way for developers to automate autofill in browsers and thus they can't test their HTML with the browser's autofill behaviour. Adding such an API would allow such tes…
-
The [Selenium-Binary-Updater.ps1](https://github.com/adamdriscoll/selenium-powershell/blob/50c5d39822f2ac341b6198502991b80dbb5786e0/Selenium-Binary-Updater.ps1#L9)'s `Chrome` update pulls it's latest …
-
The relayer interface has a [`CreateClients`](https://github.com/strangelove-ventures/ibctest/blob/main/ibc/relayer.go#L69) function, but it does not return any identifying information of the clients …
-
When a new well activity report (with flowing artesian conditions) is submitted (e.g., well construction) and then associated to an aquifer, the aquifer summary report total artesian wells count is n…
-
Please support testing multiple URLS.
I am testing the same endpoint, but I need to randomise the query parameters to test different responses and bypass caching.
Specifically, I am passing a r…
-
GIVEN: I am logged into the application as a scorekeeper and I am actively scoring a game.
WHEN: A player makes a shot on goal.
THEN: I want to be able to store all the information regarding the sho…