diff --git a/README.md b/README.md index 1c4b0a20edda0d6b791be16ea64f4582748589fa..9dea623db976326d931fe97bebe2554c767baec5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # Cucumber UI -Cucumber UI is a powerful automated testing module designed to assist users in effortlessly constructing essential tests for their websites. With its intuitive and user-friendly interface, it empowers users to effortlessly develop desired features and provides a list of steps with examples for reference. +**Cucumber UI** is a powerful automated testing module designed to assist users in effortlessly constructing essential tests for their websites. With its intuitive and user-friendly interface, it empowers users to effortlessly develop desired features and provides a list of steps with examples for reference. -It is necessary to fulfill certain general requirements. These include having the latest version of Chrome driver and Selenium standalone server. +It is necessary to fulfill certain general requirements. These include having the latest version of **Chrome driver** and **Selenium** server. -Cucumber UI needs configuration files to function fully, you can install these files by executing the following command on your project: +**Cucumber UI** needs configuration files to function fully, you can install these files by executing the following command on your project: ``` bash <(wget -O - https://raw.githubusercontent.com/webship/wbash/v1/cucumber_ui/drupal10.sh) - ``` Or you can refer to the module documentation [Cucumber UI Documentation](https://www.drupal.org/docs/extending-drupal/contributed-modules/contributed-modules/cucumber-ui) which fully explains the Cucumber UI installation and how to use it.