(function()()

in 2019/harness/testTypes.js [20:125]


(function() {

  window.testSuiteDescriptions = {
    'conformance-test': {
      name: 'MSE Conformance Tests',
      title: 'Media Source and Media Conformance Tests',
      heading: 'MSE Conformance Tests'
    },
    'encryptedmedia-test': {
      name: 'EME Conformance Tests',
      title: 'Encrypted Media Extensions Conformance Tests',
      heading: 'EME Conformance Tests'
     },
    'progressive-test': {
      name: 'Progressive Tests',
      title: 'HTML Media Element Conformance Tests',
      heading: 'HTML Media Element Conformance Tests'
    },
    'webgl-test': {
      name: 'WebGL Performance Tests',
      title: 'Web Graphics Library Performance Tests',
      heading: 'WebGL Performance Tests'
    },
    'playbackperf-test': {
      name: 'Playback Performance Tests',
      title: 'Tests for performance of video playback and decoding',
      heading: 'Playback Performance Tests'
    },
    'sphericalOnCobalt-test': {
      name: 'Cobalt Spherical Tests',
      title: 'Spherical video performance tests on Cobalt',
      heading: 'Spherical on Cobalt Tests'
    },
    // Begin non GitHub files
    'functional-test': {
      name: 'Functional Tests',
      title: 'Tests for required HTML/CSS/DOM/JS functionality',
      heading: 'Functional Tests'
    },
    'css-test': {
      name: 'CSS Conformance Tests',
      title: 'Tests for CSS Conformance functionalities',
      heading: 'CSS Conformance Tests'
    },
    'domelement-test': {
      name: 'HTML DOM Element Tests',
      title: 'Tests for various types of DOM Element',
      heading: 'HTML DOM ELement Tests'
    },
    'domcss-test': {
      name: 'DOM CSS Tests',
      title: 'Tests for DOM CSS element',
      heading: 'DOM CSS Tests'
    },
    'domdocument-test': {
      name: 'DOM Document Tests',
      title: 'Tests for DOM Document Event',
      heading: 'DOM Document & Event Tests'
    },
    'dommisc-test': {
      name: 'DOM chardata, window & Miscellaneous Tests',
      title: 'Tests for DOM chardata, window & Miscellaneous',
      heading: 'DOM chardata, window & Miscellaneous Tests'
    },
    'formatsupport-test': {
      name: 'Format Support Tests',
      title: 'Tests for Format Support',
      heading: 'Format Support Tests'
    },
    'manual-test': {
      name: 'Manual Tests',
      title: 'Links to all manual tests',
      heading: 'Manual Test Links',
    }
    // End non GitHub files
  };

  window.testSuiteVersions = {
    [testVersion] : {
      'testSuites' : [
        'conformance-test',
        'encryptedmedia-test',
        'webgl-test',
        'sphericalOnCobalt-test',
        'progressive-test',
        'playbackperf-test',
        // Begin non GitHub files
        'functional-test',
        'css-test',
        'domelement-test',
        'domcss-test',
        'domdocument-test',
        'dommisc-test',
        'formatsupport-test',
        'manual-test',
        // End non GitHub files
      ],
      'config' : {
        'defaultTestSuite': 'conformance-test',
        'enablewebm': true,
        'controlMediaFormatSelection': false
      }
    }
  };

})();