Add tests/nginx-proxy.nixc.us.test.ts
This commit is contained in:
parent
4ba9f6c7d5
commit
aea8f34af2
|
@ -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();
|
||||||
|
});
|
Loading…
Reference in New Issue