We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b8016 commit 7ae8b32Copy full SHA for 7ae8b32
features/system_specs/system_specs.feature
@@ -3,6 +3,10 @@ Feature: System spec
3
System specs are RSpec's wrapper around Rails' own
4
[system tests](https://guides.rubyonrails.org/testing.html#system-testing).
5
6
+ Feature specs are marked by `:type => :system` or if you have set
7
+ `config.infer_spec_type_from_file_location!` by placing them in
8
+ `spec/system`.
9
+
10
System tests allow you to test user interactions with your application,
11
running tests in either a real or a headless browser. System tests use
12
Capybara under the hood.
0 commit comments