# https://dev-delphi-api.delphiplatform.io/api-docs/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config&urls.primaryName=v3#/Charts/spotify.tracks.charts.search # Test factors # Required: null trackIds: empty, trackId, trackIdEqTrackIds isrc: empty, isrc, isrcEqIsrcs trackStateIncludes: empty, trackStateIncludes, trackStateIncludesEqTrackStateIncludesFew metricsDimension: empty, metricsDimension types: empty, type, typeEqChartTypes breakdowns: empty, breakdown countryCode: empty, countryCode, countryCodeEqCountryCodes minRank: empty, minRank maxRank: empty, maxRank # Constraints if [trackIds] <> "empty" then [isrc] in {"empty"}; if [isrc] <> "empty" then [trackIds] in {"empty"}; # pict ${PWD}/src/test/resources/testdata/api/pairwise/get_spotify_tracks_charts_lifetime.txt > ${PWD}/src/test/resources/testdata/api/pairwise/get_spotify_tracks_charts_lifetime.xls