FalkorDB / falkordb-browser

FalkorDB-Browser is a visualization UI for FalkorDB.
https://www.falkordb.com/
Other
20 stars 7 forks source link

API Graph Creation and Query Validation Test #459

Closed Naseem77 closed 1 month ago

Naseem77 commented 2 months ago

The user is logged into the FalkorDB interface.

  1. Initialize API Calls: Create an instance of the apiCalls class for interacting with the API.
  2. Create a graph via API: Send a GET request to the API endpoint responsible for graph creation.
  3. Run a query via API: Send a GET request to the API endpoint responsible for running a query.
  4. Verify that the response data is accurate.

The graph should be created successfully, and the data returned from running the query should be valid.