QA-T415
Driver Configuration : 03 - Enable Drivers from Factory (Mac)
OBJECTIVE
OverviewVerify that driver configuration data can both be enabled in Factory and accessed from the Player SQLite DB.
Critical Criteria of Test (CCT)
- The driver configuration UI on Factory renders correctly and allows you to enable drivers and save the driver configuration.
- The local SQLite System DB for Player reflects the state of the driver configuration specified in Factory after clicking 'Save'.
PRECONDITION
- Start local Factory
- Start Player
- Open http://localhost:8088/stations in a web browser
- SQLite DB is downloaded to your computer
- Access via a SQLite DB client the system DB at (`Library/Application\ Support/Tulip\ Player/tulip/system/config/tulip.system.sqlite.db`) (In Terminal, cd into the previous directories separated by '/', locate the sqlite.db file, then open the SQLite DB program and open the file there - if you locate the file with Warp instead of Terminal, you can open it in SQLite DB by only clicking it).
Covers