-
Does Botium Box store the test data secure, reliable and long-term ?
Botium Box uses a MySQL-compatible relational database. On deployment, Botium Box includes it’s own MySQL database by default. -
Failed to parse license key: JsonWebTokenError: jwt malformed.
You have to add the license key you received from us to the docker-compose.yml file or to the license.key file in the resources folder, see here -
I am getting docker error like: X509 Certificated signed by unknown authority
This is because the SSL certificates by one of the involved registries is not accepted by your system, maybe root certificate missing. Easiest solution is to add the failing container registry domain in the docker insecure registry option. -
I am receiving an error Are you trying to mount a directory onto a file (or vice-versa)? when starting docker-compose
When using docker toolbox (on older Windows workstations), only the C:\Users directory is mounted and accessible to docker by default. Place the Botium Box distribution directory somewhere below the C:\Users directory to do the installation. -
I am receiving an error TLSV1_ALERT_PROTOCOL_VERSION when starting docker-compose
You have to tell Docker-Compose to use a higher TLS version by setting an environment variable COMPOSE_TLS_VERSION (see here for details) -
I am receiving errors from the mysql service (something with InnoDb) when starting docker-compose (on migration)
When using docker toolbox (on Windows or Mac), you should add this line to the docker-compose file, for the mysql service;: -
What are the Docker volumes for in Botium Box ?
-
When running large test sets, Botium Box gets slower and slower
Most likely it is one of the following reasons.
Parent topic: FAQs
Comments
0 comments
Please sign in to leave a comment.