Javascript Tests
Follow the links below to run tests for Javascript components:
- landscape.openstack.regioninstall Test Region install model and view.
- landscape.openstack.components.ComponentSelection enforces valid compbinations of OpenStack components.
- landscape.openstack.regionsummary Test Region configuration summary view.
- landscape.openstack.hardware tests the machine picker widget.
- landscape.openstack.legacyregionmodel validates region configuration.
- landscape.openstack.regioncreate tests the region creation UI.
- landscape.constraint.Constraint constrains combinations of selections.
- landscape.analytics.GoogleAnalytics loads Google Analytics asynchronously
- landscape.notes.Notes provides facilities for dynamically creating notes
- landscape.job.bindSubmitJob and landscape.job.submitJob are used to interact with the AJAX infrastructure
- landscape.listing.ExpandableListing adds expand/collapse behaviour to tree listings
- landscape.listing.ActivitiesListing manages activities tree listings in particular
- landscape.listing.SelectableListing adds row selection behaviour to listings
- landscape.listing.Pager paginates long lists of items
- landscape.packages.PackageListing shows packages and marks changes on computers
- landscape.activity.ActivityDetail shows progress info detail for an activity
- landscape.activity.ActivityStatusPlugin plugin to update activity statuses
- landscape.activity.ActivitySchedule selects activity scheduling options
- landscape.activity.ActivitySummary manages the activity summary listing
- landscape.selection.ComputerSelection wraps a the Pager to build a reusable ComputerSelection widget
- landscape.selection.SavedSearch manages an overlay to save computer searches
- landscape.selection.DeleteSavedSearch handles the job to delete a saved search
- landscape.util.createDate validates inputs and creates
Date
instances - landscape.util.validation validates inputs
- landscape.ui.ActiveButton manages the enabled/disabled state of a button based on external events
- landscape.util.text does string formatting
- landscape.ui.menu dynamic NodeMenuNav-based menus
- landscape.ui.GeneratedURL widget that generates a URL from a name.
- landscape.ui.Image helps with rendering an image through a common API.
- landscape.ui.Sprite helps with rendering a sprite. Drop-in replacement for landscape.ui.Image.
- landscape.ui.testing.ImageAssertion augments landscape.testing.node.NodeAssertion with a
hasImage
method when loaded. - landscape.ui.Grid renders decogrid classes.
- landscape.ui.ToolTip draws centered ToolTips.
- landscape.ui.overlay fancy overlay implementations
- landscape.ui.form form widgets
- landscape.ui.widget widget extensions
- landscape.deferred adds Deferred support.
- landscape.notifications.transport fetch server notifications using long-poll.
- landscape.testing provides testing infrastructure.
- landscape.account.computers Account computers pages.
- landscape.upgrade.schedule Upgrade Profile schedule widget.