Hacker News new | ask | show | jobs
by brettfarrow 1929 days ago
Does Axiom support the ability to use network request data as a condition? I often test analytics integrations, and it's pretty repetitive to look at the query parameters or browser extensions for each one. It'd be helpful to automate tests based on whether a pageview generates a request to domain.com with param x=0, etc.
1 comments

We actually do look at network requests, but we only do this to assess page-load. Assessing this is a surprisingly hard-problem.

I don't think our UI Testing tools monitor network traffic though. I can see how that might recur - if you email a test scenario to (my HN name) AT axiom.ai, we may be able to whip up some JS, that could be turned into a no-code block, for you and others to use.