File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ You are asked to remove WebDriver module and change it by the JoomlaBrowser modu
5858 unexpectedAlertBehaviour : ' accept'
5959 username : ' admin'
6060 password : ' admin'
61+ database host : ' localhost' # place where the Application is Hosted #server Address
62+ database user : ' root' # MySQL Server user ID, usually root
63+ database password : ' 1234' # MySQL Server password, usually empty or root
64+ database name : ' dbname' # DB Name, at the Server
65+ database type : ' mysqli' # type in lowercase one of the options: MySQL\MySQLi\PDO
66+ database prefix : ' jos_' # DB Prefix for tables
67+ install sample data : ' Yes' # Do you want to Download the Sample Data Along with Joomla Installation, then keep it Yes
68+ sample data : ' Default English (GB) Sample Data' # Default Sample Data
69+ admin email :
' [email protected] ' # email Id of the Admin 70+ language : ' English (United Kingdom)' # Language in which you want the Application to be Installed
71+ joomla folder : ' /home/.../path to Joomla Folder' # Path to Joomla installation where we execute the tests
6172 AcceptanceHelper :
6273 ...
6374` ` `
You can’t perform that action at this time.
0 commit comments