Auto-tools/Projects/CrossWeave/Test Format: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 24: Line 24:


   "setup": {  
   "setup": {  
     "profiles": ["profile1", "profile2", "profileHailMary"]
     "profiles": ["profile1", "profile2", "profileGesundheit"]
  },
 
== Asset Lists ==
 
A test file will contain one or more asset lists, which are lists of bookmarks, passwords, or other types of browser data that are relevant to Weave.  The format of these asset lists vary depending on asset type, and are explained in detail at these links:
 
* [[Auto-tools/Projects/CrossWeave/Test_Format/Bookmarks|Bookmarks]]
* [[Auto-tools/Projects/CrossWeave/Test_Format/Passwords|Passwords]]
* [[Auto-tools/Projects/CrossWeave/Test_Format/History|History]]
* [[Auto-tools/Projects/CrossWeave/Test_Format/Tabs|Tabs]]
* [[Auto-tools/Projects/CrossWeave/Test_Format/Form_Data|Form Data]]
* [[Auto-tools/Projects/CrossWeave/Test_Format/Prefs|Prefs]]
 
As a simple example, without explaining the format, a short list of bookmarks might look like this:
 
  "bookmarks-after-second-update": {
    "menu": [
      { "uri": "http://www.apple.com/iphone/", "title": "iPhone" },
      { "uri": "http://bugzilla.mozilla.org/show_bug.cgi?id=%s", "title": "Bugzilla", "keyword": "bugzilla" },
      { "separator": true },
      { "uri": "http://www.mozilla.com" }
    ]
   },
   },
Confirmed users
1,905

edits