11. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:01 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

11.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\TS\Client protractor.conf.js Thu Dec 14 19:56:01 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\TS\Client protractor.conf.js Wed Dec 20 20:08:55 2017 UTC

11.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 54
Changed 1 2
Inserted 0 0
Removed 0 0

11.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

11.4 Active regular expressions

No regular expressions were active.

11.5 Comparison detail

  1   // Protrac tor config uration fi le, see li nk for mor e informat ion
  2   // https:/ /github.co m/angular/ protractor /blob/mast er/lib/con fig.ts
  3  
  4   const { Sp ecReporter  } = requi re('jasmin e-spec-rep orter');
  5  
  6   exports.co nfig = {
  7     allScrip tsTimeout:  11000,
  8     specs: [
  9       './e2e /**/*.e2e- spec.ts'
  10     ],
  11     capabili ties: {
  12       'brows erName': ' chrome'
  13     },
  14     directCo nnect: tru e,
  15       baseUrl: ' http://loc alhost: PORT /',
  16     framewor k: 'jasmin e',
  17     jasmineN odeOpts: {
  18       showCo lors: true ,
  19       defaul tTimeoutIn terval: 30 000,
  20       print:  function( ) {}
  21     },
  22     onPrepar e() {
  23       requir e('ts-node ').registe r({
  24         proj ect: 'e2e/ tsconfig.e 2e.json'
  25       });
  26       jasmin e.getEnv() .addReport er(new Spe cReporter( { spec: {  displaySta cktrace: t rue } }));
  27     }
  28   };