Compare commits
1 commit
c9febc1b53
...
218bc611db
Author | SHA1 | Date | |
---|---|---|---|
218bc611db |
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
import { test, expect } from '@playwright/test';
|
|
||||||
|
|
||||||
test('backend works', async ({ page }) => {
|
|
||||||
await page.goto('http://localhost:8080/health');
|
|
||||||
const response = await page.textContent('body');
|
|
||||||
expect(response).toBeTruthy();
|
|
||||||
expect(page.getByText('{"status":"UP"}')).toBeVisible();
|
|
||||||
});
|
|
Reference in a new issue