Class: CypressRails::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/cypress_rails/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#browserObject

Returns the value of attribute browser

Returns:

  • (Object)

    the current value of browser



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def browser
  @browser
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def command
  @command
end

#cypress_bin_pathObject

Returns the value of attribute cypress_bin_path

Returns:

  • (Object)

    the current value of cypress_bin_path



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def cypress_bin_path
  @cypress_bin_path
end

#healthcheck_urlObject

Returns the value of attribute healthcheck_url

Returns:

  • (Object)

    the current value of healthcheck_url



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def healthcheck_url
  @healthcheck_url
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def host
  @host
end

#log_pathObject

Returns the value of attribute log_path

Returns:

  • (Object)

    the current value of log_path



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def log_path
  @log_path
end

#tests_pathObject

Returns the value of attribute tests_path

Returns:

  • (Object)

    the current value of tests_path



8
9
10
# File 'lib/cypress_rails/cli.rb', line 8

def tests_path
  @tests_path
end