--db-install
plus the driver name. Example:csv
xlsx
firebase
ini
json
mysql
adodb
mssql
postgres
sqlite
database-js-
. Example: npm i -D database-js-mysql
.--db-uninstall
plus the driver name. Example:Database
is global declaration. You must declare it once and then import its file in other features. Example:[
and ]
. Example: [My DB]
. To reference a database table, separate the table name from the database name with with a dot (.
) - e.g. [My DB.profession]
. Let's see an example:value
from the UI Element "Profession" indicates that its (valid) values are retrieved from the table "profession" that belongs to the database declared as "My DB". The test event Before Each Scenario
was declared to connect to the database, clean the table "profession", and then insert new records that the UI Element "Profession" will use.