Skip to content

Commit

Permalink
Cleaned up config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Oct 10, 2023
1 parent bc95723 commit 892e1c9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,19 @@ exports.config = {
]
},

/**
* If you're interacting with a non-Angular application,
* uncomment the below onPrepare section,
* which disables Angular-specific test synchronisation.
*/
// onPrepare: function() {
// browser.waitForAngularEnabled(false);
// },
onPrepare: function() {
require('ts-node/register');

/**
* If you're interacting with a non-Angular application,
* uncomment the below onPrepare section,
* which disables Angular-specific test synchronisation.
*/
// browser.waitForAngularEnabled(false);
},

jasmineNodeOpts: {
requires: [ 'ts-node/register' ],
// Jasmine configuration, see https://serenity-js.org/api/jasmine-adapter/interface/JasmineConfig/
},

capabilities: {
Expand Down

0 comments on commit 892e1c9

Please sign in to comment.