Skip to content

Commit 7dd07ee

Browse files
committed
Updating readme
1 parent d1c95bb commit 7dd07ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)