Skip to content
Snippets Groups Projects
Commit ea09e330 authored by Omar Mohamad - El Hassan Lopesino's avatar Omar Mohamad - El Hassan Lopesino
Browse files

README file

parent b1075b83
No related branches found
No related tags found
No related merge requests found
# Behat javascript
This module aims to provide tools to work with Behat tests and Javascript in Drupal projects.
## Features included
- Shows JS errors on Behat scenarios and marks them as failed
## Requirements
The only requirement is to have drupal/drupalextension configured in your project. [More info](https://github.com/jhedstrom/drupalextension).
## Installation
To install the module just require and enable it:
```bash
composer require drupal/behat_javascript
drush en behat_javascript
```
## Usage
When the behat tests are run, JS errors will be shown and mark the scenario as failed.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment