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 a5e7d93 commit 6c1e6a7Copy full SHA for 6c1e6a7
lib/cypress_on_rails/middleware.rb
@@ -19,8 +19,8 @@ def call(env)
19
if request.path.start_with?("#{configuration.api_prefix}/__e2e__/command")
20
configuration.tagged_logged { handle_command(request) }
21
elsif request.path.start_with?("#{configuration.api_prefix}/__cypress__/command")
22
- configuration.tagged_logged { handle_command(request) }
23
warn "/__cypress__/command is deprecated. Please use the install generator to use /__e2e__/command instead."
+ configuration.tagged_logged { handle_command(request) }
24
else
25
@app.call(env)
26
end
0 commit comments