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.
| # | 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 |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 54 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 | }; |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.