You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/16 12:23:27 UTC

[cordova-windows] branch janpio-13834 updated: duplicate failing 6a as first test

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-13834
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/janpio-13834 by this push:
     new 825da7e  duplicate failing 6a as first test
825da7e is described below

commit 825da7ecc6f511788f78fe4127c003dd1153b110
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Feb 16 13:23:25 2018 +0100

    duplicate failing 6a as first test
---
 spec/e2e/endtoend.spec.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/spec/e2e/endtoend.spec.js b/spec/e2e/endtoend.spec.js
index 703ccea..de50238 100644
--- a/spec/e2e/endtoend.spec.js
+++ b/spec/e2e/endtoend.spec.js
@@ -69,6 +69,12 @@ describe('Cordova create and build', function () {
         shell.cd(buildDirectory);
         shell.rm('-rf', projectFolder);
     });
+    
+    it('FIRST TEST spec.6a should generate appxupload and appxbundle for Windows 10 project bundle release build', function () {
+        shell.exec(buildScriptPath + ' --release --bundle --archs=\"x64 x86 arm\" --buildFlag /clp:Verbosity=diagnostic', {silent: silent});
+        _expectExist(/.*bundle\.appxupload$/, 3);
+        _expectSubdirAndFileExist('CordovaApp.Windows10_1.0.0.0_Test', 'CordovaApp.Windows10_1.0.0.0_x64_x86_arm.appxbundle');
+    });
 
     it('spec.1 should create new project', function () {
         expect(fs.existsSync(projectFolder)).toBe(true);

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org