Skip to content

Commit

Permalink
Merge pull request #285 from FalkorDB/Anchel123-patch-1
Browse files Browse the repository at this point in the history
Update README.md
AviAvni authored Aug 6, 2024
2 parents 537c5fb + 6bb1e0b commit 576020f
Showing 6 changed files with 12 additions and 71 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,9 @@ FalkorDB-Browser is a visualization UI for FalkorDB.

To see a running demo, check: https://browser.falkordb.com/

![image](https://github.com/FalkorDB/falkordb-browser/assets/753206/51a81ef9-6bb2-40ce-ad9b-6381978c7562)
![image](https://github.com/user-attachments/assets/c1e3c868-fc73-421c-a299-29004aa86f2a)

![image](https://github.com/user-attachments/assets/58ebc352-31bd-495e-ad8b-2fdc36f5a656)

## Run in Docker

9 changes: 9 additions & 0 deletions e2e/LoginTest.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { expect, test } from "@playwright/test";

test("Login Test", async ({ page }) => {
await page.goto("http://localhost:3000");
await page.waitForURL("http://localhost:3000/login");
await page.getByRole("button", { name: "Connect" }).click();
await page.waitForURL("http://localhost:3000/graph");
expect(page.url()).toBe("http://localhost:3000/graph");
})
13 changes: 0 additions & 13 deletions e2e/createGraph.spec.ts

This file was deleted.

29 changes: 0 additions & 29 deletions e2e/graph.spec.ts

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/homePage.spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/login.spec.ts

This file was deleted.

0 comments on commit 576020f

Please sign in to comment.