Skip to content

Commit f39a4c7

Browse files
committed
Update README
1 parent 7501d0d commit f39a4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
![Build for intellij-cucumber-scala](https://github.com/vbmacher/intellij-cucumber-scala/workflows/Build%20for%20intellij-cucumber-scala/badge.svg)
44

5-
Enables Reference tracking of glue code when using cucumber-scala DSL.
5+
A [plugin to IntelliJ IDEA](https://plugins.jetbrains.com/plugin/7460-cucumber-for-scala),
6+
enabling navigation between step definitions and gherkin steps when using cucumber-scala DSL.
67

78
The plugin depends on:
89
- [Gherkin plugin](https://plugins.jetbrains.com/plugin/9164-gherkin)
@@ -14,10 +15,9 @@ The plugin depends on:
1415
- [x] Navigate from feature step to step definition
1516
- [x] Find usages of step definitions in feature files
1617
- [x] Automated step definition creation
17-
- [ ] Wizard for step definition creation (templating, see #1)
18+
- [x] Wizard for step definition creation (templating)
1819
- [x] Indexing of step definitions for better performance
1920
- [x] Support "constant expressions" in step definition names
20-
- [ ] Find step definitions in libraries (in dependencies)
2121

2222
## Development
2323

0 commit comments

Comments
 (0)