mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-01-25 02:07:59 +00:00
README
This commit is contained in:
@@ -73,9 +73,8 @@ The transcoding options for rtpengine are found in the configuration file, howev
|
||||
}
|
||||
}
|
||||
```
|
||||
## Tests
|
||||
The automated test suite requires a docker installation.
|
||||
|
||||
#### Running the test suite
|
||||
To run the included test suite, you will need to have a mysql server installed on your laptop/server. You will need to set the MYSQL_ROOT_PASSWORD env variable to the mysql root password before running the tests. The test suite creates a database named 'jambones_test' in your mysql server to run the tests against, and removes it when done.
|
||||
```
|
||||
npm test
|
||||
MYSQL_ROOT_PASSWORD=foobar npm test
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user