-
- Downloads
Issue #3305046: Start structure of Cucumber UI module
Showing
- LICENSE.txt 339 additions, 0 deletionsLICENSE.txt
- README.md 61 additions, 1 deletionREADME.md
- composer.json 40 additions, 0 deletionscomposer.json
- config/install/cucumber_ui.settings.yml 15 additions, 0 deletionsconfig/install/cucumber_ui.settings.yml
- config/schema/cucumber_ui.schema.yml 49 additions, 0 deletionsconfig/schema/cucumber_ui.schema.yml
- css/theme/cucumber-ui.style.theme.css 151 additions, 0 deletionscss/theme/cucumber-ui.style.theme.css
- cucumber_ui.info.yml 11 additions, 0 deletionscucumber_ui.info.yml
- cucumber_ui.install 15 additions, 0 deletionscucumber_ui.install
- cucumber_ui.libraries.yml 38 additions, 0 deletionscucumber_ui.libraries.yml
- cucumber_ui.links.menu.yml 5 additions, 0 deletionscucumber_ui.links.menu.yml
- cucumber_ui.links.task.yml 25 additions, 0 deletionscucumber_ui.links.task.yml
- cucumber_ui.module 61 additions, 0 deletionscucumber_ui.module
- cucumber_ui.permissions.yml 9 additions, 0 deletionscucumber_ui.permissions.yml
- cucumber_ui.routing.yml 96 additions, 0 deletionscucumber_ui.routing.yml
- gulpfile.js 44 additions, 0 deletionsgulpfile.js
- images/down-hover.png 0 additions, 0 deletionsimages/down-hover.png
- images/down.png 0 additions, 0 deletionsimages/down.png
- images/loading.gif 0 additions, 0 deletionsimages/loading.gif
- images/remove-hover.png 0 additions, 0 deletionsimages/remove-hover.png
- images/remove.png 0 additions, 0 deletionsimages/remove.png
LICENSE.txt
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/cucumber_ui", | ||
"description": "Create and run Cucumber/Mink tests from the web interface", | ||
"type": "drupal-module", | ||
"homepage": "https://www.drupal.org/project/cucumber_ui", | ||
"license": "GPL-2.0-or-later", | ||
"minimum-stability": "dev", | ||
"authors": [ | ||
{ | ||
"name": "Vardot", | ||
"homepage": "https://www.drupal.org/vardot", | ||
"role": "Maintaining Drupal 8/9 module" | ||
}, | ||
{ | ||
"name": "Webship", | ||
"homepage": "https://www.drupal.org/webship", | ||
"role": "Volunteer contributions" | ||
}, | ||
{ | ||
"name": "Meedan", | ||
"homepage": "https://www.drupal.org/meedan", | ||
"role": "Sponsorship Drupal 7 module" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/cucumber_ui", | ||
"source": "http://cgit.drupalcode.org/cucumber_ui" | ||
}, | ||
"repositories": { | ||
"drupal": { | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
}, | ||
"require": { | ||
"drupal/core": "^9 || ^10", | ||
"drupal/drupal-extension": "~4.0", | ||
"emuse/cucumber-html-formatter": "^0.2.0" | ||
} | ||
} |
config/install/cucumber_ui.settings.yml
0 → 100644
config/schema/cucumber_ui.schema.yml
0 → 100644
css/theme/cucumber-ui.style.theme.css
0 → 100644
cucumber_ui.info.yml
0 → 100644
cucumber_ui.install
0 → 100644
cucumber_ui.libraries.yml
0 → 100644
cucumber_ui.links.menu.yml
0 → 100644
cucumber_ui.links.task.yml
0 → 100644
cucumber_ui.module
0 → 100644
cucumber_ui.permissions.yml
0 → 100644
cucumber_ui.routing.yml
0 → 100644
gulpfile.js
0 → 100644
images/down-hover.png
0 → 100644
170 B
images/down.png
0 → 100644
169 B
images/loading.gif
0 → 100644
1.81 KiB
images/remove-hover.png
0 → 100644
190 B
images/remove.png
0 → 100644
192 B