From 64ab710699b8424de671cf60e8cddabfd55db0a8 Mon Sep 17 00:00:00 2001 From: Vahid Vaezian Date: Tue, 21 Feb 2023 15:16:53 -0800 Subject: [PATCH] update --- tests/readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/readme.md b/tests/readme.md index f3b812c..0481373 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -2,5 +2,10 @@ To run tests locally: - Clone the repo: `git clone https://github.com/vvaezian/metabase_api_python.git` - Go to the repo directory: `cd metabase_api_python` - Run the initial setup for the desired Metabase version: `./tests/initial_setup.sh -v 0.45.2.1` -This will download the Metabase jar file, runs it, creates an admin user, creates some collections/cards/dashboards which will be used during unittest (you can login to this local Metabase by browsing 'http://localhost:3000' after the command has finished processing, and entering email: 'abc.xyz@gmail.com' and password 'xzy12345') -- Run the unittests: `python3 -m unittest tests/test_metabase_api.py` \ No newline at end of file +This will download the Metabase jar file, runs it in the background, creates an admin user, creates some collections/cards/dashboards which will be used during unittest +- Run the unittests: `python3 -m unittest tests/test_metabase_api.py` + + +After `initial_setup.sh` is finished, you can login to the running local Metabase by browsing 'http://localhost:3000' and entering email: 'abc.xyz@gmail.com' and password 'xzy12345' + +![metabase](data/metabase.png) \ No newline at end of file