lib/cypress_rails/cli.rb in cypress_rails-0.9.0 vs lib/cypress_rails/cli.rb in cypress_rails-0.9.1
- old
+ new
@@ -31,10 +31,10 @@
default: "/dev/null",
aliases: %w(-l)
class_option :tests_path,
type: :string,
desc: "path to Cypress tests",
- default: "./spec",
+ default: "./",
aliases: %w(-t)
class_option :healthcheck_url,
type: :string,
desc: <<~DESC,
url to ping the server before running tests (you don't need the port, it will be injected)