Commit 26233cd
Fix install_folder path in generator initializer template
The generator was setting install_folder to include the framework subdirectory
(e.g., e2e/cypress), but the correct path should be just the install folder
(e.g., e2e) where the cypress.config.js file is located.
This fixes the issue where Cypress couldn't find the config file after
running the install generator.
Fixes #201
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent abb505c commit 26233cd
File tree
1 file changed
+1
-1
lines changed- lib/generators/cypress_on_rails/templates/config/initializers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments