// Test: scope = "browser" without browser parameter should produce compile error
useviewpoint_test_macros::test;// This should fail to compile: scope = "browser" requires browser = "..."
#[test(scope ="browser")]
async fntest_missing_browser_source(page:viewpoint_core::Page){let_= page;}fnmain(){}