Skip to content
Snippets Groups Projects
Commit c31cfa6d authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2894493: Updated Varbase Gherkin features README.md file.

parent 149675f1
No related branches found
No related tags found
No related merge requests found
# Varbase Gherkin features # 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. If you want to run all Gherkin Features over a new Varbase site.
You will need to create the list of Testing users, Arabic You will need to create the list of Testing users, Arabic
...@@ -21,16 +21,19 @@ initialization and cleaning up after the test. ...@@ -21,16 +21,19 @@ initialization and cleaning up after the test.
$ bin/behat features/varbase/step2-apply-tests $ bin/behat features/varbase/step2-apply-tests
$ bin/behat features/varbase/step3-cleanup-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: ## 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) * [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_authenticated: { email: 'authenticated.test@vardot.com', password: 'dD.123123ddd' }
* test_content_admin: { email: 'content.admin.test@vardot.com', password: 'dD.123123ddd' } test_editor: { email: 'editor.test@vardot.com', password: 'dD.123123ddd' }
* test_site_admin: { email: 'site.admin.test@vardot.com', password: 'dD.123123ddd' } test_content_admin: { email: 'content.admin.test@vardot.com', password: 'dD.123123ddd' }
* test_super_admin: { email: 'super.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) * [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. ...@@ -69,8 +72,13 @@ initialization and cleaning up after the test.
## List of features in the step 2 cleanup tests: ## 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) * [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: 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) * [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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment