diff --git a/tests/nginx-proxy.nixc.us.test.ts b/tests/nginx-proxy.nixc.us.test.ts new file mode 100644 index 0000000..71f3194 --- /dev/null +++ b/tests/nginx-proxy.nixc.us.test.ts @@ -0,0 +1,6 @@ +import { test, expect } from '@playwright/test'; + +test('test', async ({ page }) => { + await page.goto('https://nginx-proxy.nixc.us/secret-health-path'); + await page.getByText('Healthy').click(); +}); \ No newline at end of file