Skip to content

Commit 64ab710

Browse files
committed
update
1 parent 373c40c commit 64ab710

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ To run tests locally:
22
- Clone the repo: `git clone https://github.com/vvaezian/metabase_api_python.git`
33
- Go to the repo directory: `cd metabase_api_python`
44
- Run the initial setup for the desired Metabase version: `./tests/initial_setup.sh -v 0.45.2.1`
5-
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')
6-
- Run the unittests: `python3 -m unittest tests/test_metabase_api.py`
5+
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
6+
- Run the unittests: `python3 -m unittest tests/test_metabase_api.py`
7+
8+
9+
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'
10+
11+
![metabase](data/metabase.png)

0 commit comments

Comments
 (0)