My team is experimenting with Looker as a possible solution to a project we're working on. My issue is testing. We're not querying a DB, but using our API's for the testing.
I've looked at the page here
https://cloud.google.com/looker/docs/reference/param-model-test
and another one linked here
and in the latter one API's are mentioned, but those are internal looker API's, but nothing about stuff we've built ourselves, and nothing with the syntax structure from the first page's data test file.
I then looked at Google's documentation for "Spectacle" the Looker test automation software, which apparently just automates things like the Data Test Files, at this point I'm stuck, and wondering if anyone has created a Looker Data Test File which parses data from an API and uses it to Assert for a test?