Skip to content

Upgrading to Serenity/JS 3 #2143

Discussion options

You must be logged in to vote

Hi @waleedKhalidCalrom! It's great you're upgrading your automation project to the latest version of Serenity/JS!

With Serenity/JS 3, you don't need to add the Serenity/JS Jasmine reporter manually as the Protractor (or WebdriverIO) adapter will do this for you. You can remove the following line:

  jasmineNodeOpts: {
    requires: [
      'ts-node/register',
-     path.resolve(__dirname, 'node_modules/@serenity-js/jasmine'),
    ],
    helpers: [
      'spec/config/*.ts'
    ],
    showColors: true,
    defaultTimeoutInterval: 120000,
  },

You might also find the following resources useful:

Let me…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@waleedKhalidCalrom
Comment options

@waleedKhalidCalrom
Comment options

@jan-molak
Comment options

@waleedKhalidCalrom
Comment options

@waleedKhalidCalrom
Comment options

Answer selected by jan-molak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #2142 on December 23, 2023 12:11.