grafana / synthetic-monitoring-app

Synthetic Monitoring frontend application
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
GNU Affero General Public License v3.0
122 stars 17 forks source link

chore: update fillform example to use async check #949

Open VikaCep opened 4 days ago

VikaCep commented 4 days ago

The browser squad now recommends using the async check polyfill in all code examples and has updated the fillform example in https://github.com/grafana/xk6-browser/tree/main/examples

In order to be consistent, the fillform example for synthetics browser checks has been updated as well.

VikaCep commented 1 day ago

Do we know if the polyfill check registers for our assertions table in the dashboard correctly? I copied this new example and have had it running for an hour.

This is odd, I'm seeing the assertions correctly for this script

image

Are they still not showing up?