Merged
Conversation
Add extra tasks
Expand existing tasks with Url,Path & browser
convert strings to symbols in new browser
Add command to run all the tests in a project
Create LICENSE
Create CODE_OF_CONDUCT.md
…dd_parameters_to_commands
…ands Add ability to pass the path to scaffolding commands
Removes automatic RubyGems publishing to give maintainers control over when gems are published. Workflow now creates GitHub releases with gem files attached, allowing manual verification before publishing. Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* simplify pipelines * fixed tests * Fix PR review comments: rubocop and reek warnings - Add RSpec/BeforeAfterAll inline disable comments to system specs - Extract SystemTestHelper module to fix DuplicateMethodCall and TooManyStatements - Add reek suppressions for UtilityFunction and ControlParameter - Fix capybara rack-test error with run_server = false - Add capybara minitest support in test_helper.tt - Add setup job to system_tests.yml to prevent cache conflicts --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…ateError - Use super() instead of message in to_s to avoid infinite recursion - Re-raise TemplateError subclasses before generic StandardError rescue - Add test fixture templates for partial rendering tests
* Ruby Raider v3.0.0 - Add Minitest and Capybara as first-class framework and automation types - Add optional web add-ons: accessibility (axe), visual regression (chunky_png), performance (Lighthouse) - Add LLM integration (OpenAI, Anthropic, Ollama) for AI-assisted scaffolding - Add adopt command for importing existing test projects - Add enhanced scaffolding: CRUD generation, URL analysis, components, from_url - Add video recording support for all framework combinations - Add CLI features: skip flags, reporter selection, retry, tags, destroy, template overrides - Add GitHub Actions and GitLab CI/CD pipeline generation - Add Steep type checking with RBS signatures - Add E2E tests, content validation, command routing, and menu tests - Add terminal logo display on project creation - Refactor Applitools to chunky_png for free local visual regression - Refactor axe from automation type to optional add-on - Update README with full feature documentation and new logo * fix comments * fix comments * fix comments * fixing rake pipeline * raider 3.0.0 * Update lib/generators/menu_generator.rb Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Removed the Sponsors section and BrowserStack testing note.
Updated the link for more information and releases.
Updated the link format for the release information in the README.
Fix link formatting in README for website reference.
…uby version selection, gitlab CI, and skip_ci Simplify Ruby Raider by removing low-value features: - LLM integration and plugin system - Capybara and Minitest as framework options - Adopt project import feature - Reporter selection (allure is now always included) - Ruby version selection and .ruby-version generation - GitLab CI/CD option and CI platform selector (GitHub Actions is now default) - --skip_ci flag (CI is always generated)
Simplify addon options — only accessibility (axe) remains as an optional add-on. Removes visual_addon/chunky_png and lighthouse_addon/performance templates, generators, menu steps, CLI flags, and all related tests.
…c-from-page Simplify scaffolding to basic commands only: page, spec, feature, steps, helper, component, and scaffold (generates page + test). Removes --crud, --with, --from options and interactive scaffold menu.
# Conflicts: # lib/version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.