diff --git a/tests/features/varbase/README.md b/tests/features/varbase/README.md
index 336578eece7964b52be93b6d45638eec845fbac4..bea397a0ea3003ba124ec577dc47156844398ff8 100644
--- a/tests/features/varbase/README.md
+++ b/tests/features/varbase/README.md
@@ -1,6 +1,6 @@
 # Varbase Gherkin features
 
-A list of features and scenarios to have a full test over Varbase 8.x-4.x
+A list of features, and scenarios to have a full test over Varbase 8.x-4.x
 
 If you want to run all Gherkin Features over a new Varbase site.
 You will need to create the list of Testing users, Arabic
@@ -21,16 +21,19 @@ initialization and cleaning up after the test.
   $ bin/behat features/varbase/step2-apply-tests
   $ bin/behat features/varbase/step3-cleanup-tests
 ```
-================================================================================
+For more custom commands: [Varbase Automated Functional Testing](https://github.com/Vardot/varbase/blob/8.x-4.x/tests/README.md)
+
 
 ## List of features in the step 1 init tests:
 --------------------------------------------------------------------------------
 * [Feature: Create default testing users.](https://github.com/Vardot/varbase/blob/8.x-4.x/tests/features/varbase/step1-init-tests/1-create-default-testing-users.feature)
-* test_authenticated: { email: 'authenticated.test@vardot.com', password: 'dD.123123ddd' }
-* test_editor: { email: 'editor.test@vardot.com', password: 'dD.123123ddd' }
-* test_content_admin: { email: 'content.admin.test@vardot.com', password: 'dD.123123ddd' }
-* test_site_admin: { email: 'site.admin.test@vardot.com', password: 'dD.123123ddd' }
-* test_super_admin: { email: 'super.admin.test@vardot.com', password: 'dD.123123ddd' }
+```
+test_authenticated: { email: 'authenticated.test@vardot.com', password: 'dD.123123ddd' }
+test_editor: { email: 'editor.test@vardot.com', password: 'dD.123123ddd' }
+test_content_admin: { email: 'content.admin.test@vardot.com', password: 'dD.123123ddd' }
+test_site_admin: { email: 'site.admin.test@vardot.com', password: 'dD.123123ddd' }
+test_super_admin: { email: 'super.admin.test@vardot.com', password: 'dD.123123ddd' }
+```
 
 * [Feature: Add Arabic language if we do not have it to languages in the system.](https://github.com/Vardot/varbase/blob/8.x-4.x/tests/features/varbase/step1-init-tests/2-add-arabic.feature)
 
@@ -69,8 +72,13 @@ initialization and cleaning up after the test.
 ## List of features in the step 2 cleanup tests:
 --------------------------------------------------------------------------------
 * [Feature: Delete default testing users.](https://github.com/Vardot/varbase/blob/8.x-4.x/tests/features/varbase/step3-cleanup-tests/1-delete-default-testing-users.feature)
-*          test_authenticated, test_editor, test_content_admin, test_site_admin,
-           test_super_admin
+```
+test_authenticated
+test_editor
+test_content_admin
+test_site_admin
+test_super_admin
+```
 
 * [Feature: Delete Arabic language from the system.](https://github.com/Vardot/varbase/blob/8.x-4.x/tests/features/varbase/step3-cleanup-tests/2-delete-arabic.feature)
 * [Feature: Cleanup after entityqueue module tests.](https://github.com/Vardot/varbase/blob/8.x-4.x/tests/features/varbase/step3-cleanup-tests/3-cleanup-after-entityqueue-tests.feature)