コード例 #1
0
 def CreateStorySet(self, options):
     # Utilize pixel tests page set as a set of simple pages to load.
     story_set = page_sets.PixelTestsStorySet(self.GetExpectations(),
                                              base_name=self.Name())
     for story in story_set:
         story.script_to_evaluate_on_commit = test_harness_script
     return story_set
コード例 #2
0
 def CreateStorySet(self, options):
     story_set = page_sets.PixelTestsStorySet(self.GetExpectations())
     for page in story_set:
         page.script_to_evaluate_on_commit = test_harness_script
     return story_set