Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

integration-testing

// Bike Index conventions for browser specs (`type: :system, :js`) — **drive every step through the real UI** (no FactoryBot or `execute_script` shortcuts to skip what a user would do), every example pays a Selenium boot cost so bias toward fewer, denser examples that walk through state via clicks, prefer named-element matchers over CSS selectors, and combine same-setup work into one `it` even when scenarios feel independent. **Consult this skill any time you create or modify a `:js, type: :system` spec** — that includes everything under `spec/integration/` AND component system specs at `spec/components/**/*_system_spec.rb`. Read alongside the `rspec-testing` skill for the project's general `context`/`let` style.

$ git log --oneline --stat
stars:٣٠٥
forks:٧٦
updated:٢٨ مايو ٢٠٢٦ في ١٥:٠٥
SKILL.md
readonly