You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Under the Testkit folder, install the requirements.
504
+
505
+
```
506
+
pip3 install -r requirements.txt
507
+
```
508
+
509
+
3. Define some enviroment variables to configure Testkit
510
+
511
+
```
512
+
export TEST_DRIVER_NAME=javascript
513
+
export TEST_DRIVER_REPO=<path for the root folder of driver repository>
514
+
unset TEST_DRIVER_LITE
515
+
```
516
+
517
+
To run test against against some Neo4j version:
518
+
519
+
```
520
+
python3 main.py
521
+
```
522
+
523
+
More details about how to use Teskit could be found on [its repository](https://github.com/neo4j-drivers/testkit/tree/4.3)
524
+
525
+
## Testing (Legacy)
526
+
493
527
Tests **require** latest [Boltkit](https://github.com/neo4j-contrib/boltkit) and [Firefox](https://www.mozilla.org/firefox/) to be installed in the system.
494
528
495
529
Boltkit is needed to start, stop and configure local test database. Boltkit can be installed with the following command:
0 commit comments