Confirmed users
1,905
edits
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* '''uri''': the uri of the tab, required. | * '''uri''': the uri of the tab, required. | ||
* '''title''': the title of the tab, optional. If specified, only used during '''verify''' actions. | * '''title''': the title of the tab, optional. If specified, only used during '''verify''' actions. | ||
* '''profile''': the name of the profile the tab belongs to. Required for ''verify''' actions. | * '''profile''': the name of the profile the tab belongs to. Required for '''verify''' actions. | ||
For example: | For example: | ||
Line 18: | Line 18: | ||
There are a handful of static pages at http://hg.mozilla.org/automation/crossweave/file/dcb347e0619b/pages which can be used for tab testing, and data: url's can be used as well. | There are a handful of static pages at http://hg.mozilla.org/automation/crossweave/file/dcb347e0619b/pages which can be used for tab testing, and data: url's can be used as well. | ||
For a complete example, see the [http://hg.mozilla.org/automation/crossweave/file/ef6b5d9cce47/unittests/tabs.test Crossweave tabs unit test]. |