# Premium Visual Composer addon
## Testing

Here is described how to execute tests.

### Integration tests (end-to-end tests)

```bash
$ cd ${vcwbPluginDirectory}
$ yarn run cypress open --project ./devAddons/${elementDirectory}/tests
```
