Skip to content

Draft: test: added test collection to validate ls endpoint pagination

Pratiksha Shedge requested to merge slb/ps/pagination-tests into master

Added tests for pagination- Here we are creating datasets on defined path and sending the request with limit parameter to return the total number of datasets and pagination token.Till the pagination token is null ,will get the datasets and will compare with the datasets already present on defined path.

Merge request reports