Module: CapybaraTypo3Browsertesting
- Defined in:
- lib/capybara_typo3_browsertesting.rb,
lib/capybara_typo3_browsertesting/reports.rb,
lib/capybara_typo3_browsertesting/version.rb,
lib/capybara_typo3_browsertesting/shared_test_header.rb,
lib/capybara_typo3_browsertesting/shared_test_warmup.rb,
lib/capybara_typo3_browsertesting/shared_test_backend.rb,
lib/capybara_typo3_browsertesting/shared_test_google_analytics.rb
Defined Under Namespace
Modules: Reports, SharedTestsBackend, SharedTestsGoogleAnalytics, SharedTestsHeader
Constant Summary collapse
- VERSION =
"0.2.0"
Class Attribute Summary collapse
-
.google_analytics_code ⇒ Object
Returns the value of attribute google_analytics_code.
-
.typo3_backend_login ⇒ Object
Returns the value of attribute typo3_backend_login.
-
.typo3_backend_password ⇒ Object
Returns the value of attribute typo3_backend_password.
-
.typo3_frontend_login ⇒ Object
Returns the value of attribute typo3_frontend_login.
-
.typo3_frontend_password ⇒ Object
Returns the value of attribute typo3_frontend_password.
-
.typo3_major_version ⇒ Object
Returns the value of attribute typo3_major_version.
Class Method Summary collapse
Class Attribute Details
.google_analytics_code ⇒ Object
Returns the value of attribute google_analytics_code.
12 13 14 |
# File 'lib/capybara_typo3_browsertesting.rb', line 12 def google_analytics_code @google_analytics_code end |
.typo3_backend_login ⇒ Object
Returns the value of attribute typo3_backend_login.
14 15 16 |
# File 'lib/capybara_typo3_browsertesting.rb', line 14 def typo3_backend_login @typo3_backend_login end |
.typo3_backend_password ⇒ Object
Returns the value of attribute typo3_backend_password.
14 15 16 |
# File 'lib/capybara_typo3_browsertesting.rb', line 14 def typo3_backend_password @typo3_backend_password end |
.typo3_frontend_login ⇒ Object
Returns the value of attribute typo3_frontend_login.
15 16 17 |
# File 'lib/capybara_typo3_browsertesting.rb', line 15 def typo3_frontend_login @typo3_frontend_login end |
.typo3_frontend_password ⇒ Object
Returns the value of attribute typo3_frontend_password.
15 16 17 |
# File 'lib/capybara_typo3_browsertesting.rb', line 15 def typo3_frontend_password @typo3_frontend_password end |
.typo3_major_version ⇒ Object
Returns the value of attribute typo3_major_version.
13 14 15 |
# File 'lib/capybara_typo3_browsertesting.rb', line 13 def typo3_major_version @typo3_major_version end |
Class Method Details
.configure {|_self| ... } ⇒ Object
17 18 19 |
# File 'lib/capybara_typo3_browsertesting.rb', line 17 def configure yield self end |