@@ -433,6 +433,10 @@ describe('angular-fullstack generator', function () {
433433 it ( 'should run e2e tests successfully' , function ( done ) {
434434 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
435435 } ) ;
436+
437+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
438+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
439+ } ) ;
436440 } ) ;
437441
438442 describe ( 'with other preprocessors and oauth' , function ( ) {
@@ -498,6 +502,10 @@ describe('angular-fullstack generator', function () {
498502 it ( 'should run e2e tests successfully' , function ( done ) {
499503 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
500504 } ) ;
505+
506+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
507+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
508+ } ) ;
501509 } ) ;
502510
503511 describe ( 'with other preprocessors and no server options' , function ( ) {
@@ -565,6 +573,10 @@ describe('angular-fullstack generator', function () {
565573 it ( 'should run e2e tests successfully' , function ( done ) {
566574 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
567575 } ) ;
576+
577+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
578+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
579+ } ) ;
568580 } ) ;
569581
570582 describe ( 'with no preprocessors and no server options' , function ( ) {
@@ -619,6 +631,10 @@ describe('angular-fullstack generator', function () {
619631 it ( 'should run e2e tests successfully' , function ( done ) {
620632 runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
621633 } ) ;
634+
635+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
636+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
637+ } ) ;
622638 } ) ;
623639 } ) ;
624640} ) ;
0 commit comments