npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

codeceptjs-rphelper

v3.3.4

Published

Reportportal helper for Codecept JS tests

Downloads

2,524

Readme

"Buy Me A Coffee"

Codacy Badge GitHub tag License

codeceptjs-rphelper

This helps you publish the CodeceptJS test results to ReportPortal

codeceptjs-rphelper is a CodeceptJS helper which can publish tests results on ReportPortal after execution.

Installation

npm i codeceptjs-rphelper --save

Configuration

This plugin should be added in codecept.conf.(js|ts)

Example:

{
  ...
   plugins: {
    reportportal: {
      require: 'codeceptjs-rphelper',
      token: 'YOUR_TOKEN',
      endpoint: 'http://localhost:8080/api/v1',
      launchName: 'This is awesome',
      launchDescription: 'This is a description of your launch',
      launchAttributes: [{ key: 'yourKey', value: 'yourValue' }],
      projectName: 'YOUR_PROJECT',
      rerun: false,
      debug: false,
      enabled: true
    }
  ...
}

To use this plugin you need to provide the following info:

- `token`: which can be found by navigating to the user profile page, clicking the username drop-down in the right header and selecting the "Profile" > "UUID" – is a unique user identifier. UUID is used in automated test configuration files for a user authentication instead of a password. It will allow you to post data, without logging it in the UI.
- `endpoint`: your reportportal host + `api/v1` for instance: `http://localhost:8080/api/v1`
- `launchName`: the launch name you want, if not provided, the suite title will be used
- `launchDescription`: the description of your launch, if not provided, the description will be empty
- `launchAttributes`: the attributes of your launch, if not provided, the attributes will be empty
- `projectName`: the project that you created in the reportportal UI
- `debug`: to turn on the debug for reportportal
- `rerun`: to enable rerun
- `rerunOf`: UUID of launch you want to rerun. If not specified, report portal will update the latest launch with the same name
- `issue`: Test item issue object. issueType is required, allowable values: 'pb***', 'ab***', 'si***', 'ti***', 'nd001'. Where *** is locator id. More info: https://github.com/reportportal/client-javascript?tab=readme-ov-file#finishtestitem

To show more logs: set debug: true in the configuration.

  FAIL  | 0 passed, 1 failed   // 2s
📋 Writing results to ReportPortal: default_personal > https://demo.reportportal.io/api/v1
Option 'token' is deprecated. Use 'apiKey' instead.
Start launch with tempId ai1m1nxblq7zmyvb {
  name: 'E2E Test Automation',
  description: '',
  attributes: undefined,
  rerun: undefined,
  rerunOf: undefined
}
Success start launch with tempId ai1m1nxblq7zmyvb { id: '1b46ed37-a5ee-46f8-8485-a981730350d5', number: 99 }
📋 ReportPortal Launch Link: https://demo.reportportal.io/ui/#default_personal/launches/all/805
Start test item with tempId ai1m1nxblq7zmz6s {
  startTime: 1702726908580,
  name: 'My',
  type: 'SUITE',
  hasStats: true,
  launchUuid: '1b46ed37-a5ee-46f8-8485-a981730350d5'
}
Finish all children for test item with tempId ai1m1nxblq7zmz6s 
Finish test item with tempId ai1m1nxblq7zmz6s { endTime: 1702726908580, status: 'PASSED' }
Finish all children for test item with tempId ai1m1nxblq7zmz6t 
Finish test item with tempId ai1m1nxblq7zmz6t { endTime: 1702726908581, status: 'FAILED' }
Finish all children for test item with tempId ai1m1nxblq7zmz6u 
Finish test item with tempId ai1m1nxblq7zmz6u { endTime: 1702726908581, status: 'FAILED' }
Success start item with tempId ai1m1nxblq7zmz6s {
  id: 'ae0a4705-7b2e-4508-840a-a0ad0df2314e',
  uniqueId: 'auto:c8fc95413ca778fddfdb4025b395dff5'
}
Finish test item with tempId ai1m1nxblq7zmz6s {
  promiseStart: Promise {
    {
      id: 'ae0a4705-7b2e-4508-840a-a0ad0df2314e',
      uniqueId: 'auto:c8fc95413ca778fddfdb4025b395dff5'
    }
  },
  realId: 'ae0a4705-7b2e-4508-840a-a0ad0df2314e',
  children: [ 'ai1m1nxblq7zmz6t' ],
  finishSend: true,
  promiseFinish: Promise { <pending> },
  resolveFinish: [Function (anonymous)],
  rejectFinish: [Function (anonymous)]
}
Start test item with tempId ai1m1nxblq7zmz6t {
  startTime: 1702726908580,
  name: 'DEMO @C1',
  type: 'TEST',
  hasStats: true,
  launchUuid: '1b46ed37-a5ee-46f8-8485-a981730350d5'
}
Success start item with tempId ai1m1nxblq7zmz6t {
  id: '7292910c-7117-447a-bf27-3286a5e2451d',
  uniqueId: 'auto:74b464dd31ca3149876fc6c90af368d5'
}
Finish test item with tempId ai1m1nxblq7zmz6t {
  promiseStart: Promise {
    {
      id: '7292910c-7117-447a-bf27-3286a5e2451d',
      uniqueId: 'auto:74b464dd31ca3149876fc6c90af368d5'
    }
  },
  realId: '7292910c-7117-447a-bf27-3286a5e2451d',
  children: [ 'ai1m1nxblq7zmz6u' ],
  finishSend: true,
  promiseFinish: Promise { <pending> },
  resolveFinish: [Function (anonymous)],
  rejectFinish: [Function (anonymous)]
}
Start test item with tempId ai1m1nxblq7zmz6u {
  startTime: 1702726908581,
  name: '[STEP] - I seeAttributesOnElements .container [object Object]',
  type: 'STEP',
  hasStats: false,
  launchUuid: '1b46ed37-a5ee-46f8-8485-a981730350d5'
}
Success finish item with tempId ai1m1nxblq7zmz6s {
  message: "TestItem with ID = 'ae0a4705-7b2e-4508-840a-a0ad0df2314e' successfully finished."
}
Success start item with tempId ai1m1nxblq7zmz6u {
  id: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
  uniqueId: 'auto:1df56aad8a88374cd2386f62fd425e5b'
}
Finish test item with tempId ai1m1nxblq7zmz6u {
  promiseStart: Promise {
    {
      id: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
      uniqueId: 'auto:1df56aad8a88374cd2386f62fd425e5b'
    }
  },
  realId: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
  children: [ 'ai1m1nxblq7zmz6v' ],
  finishSend: true,
  promiseFinish: Promise { <pending> },
  resolveFinish: [Function (anonymous)],
  rejectFinish: [Function (anonymous)]
}
Save log with tempId ai1m1nxblq7zmz6v {
  promiseStart: Promise {
    {
      id: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
      uniqueId: 'auto:1df56aad8a88374cd2386f62fd425e5b'
    }
  },
  realId: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
  children: [ 'ai1m1nxblq7zmz6v' ],
  finishSend: true,
  promiseFinish: Promise { <pending> },
  resolveFinish: [Function (anonymous)],
  rejectFinish: [Function (anonymous)]
}
Success finish item with tempId ai1m1nxblq7zmz6t {
  message: "TestItem with ID = '7292910c-7117-447a-bf27-3286a5e2451d' successfully finished."
}
Successfully save log with tempId ai1m1nxblq7zmz6v { id: '4497a6ec-2825-4e42-8989-5720036223d1' }
Save log with tempId ai1m1nxblq7zmzi5 {
  promiseStart: Promise {
    {
      id: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
      uniqueId: 'auto:1df56aad8a88374cd2386f62fd425e5b'
    }
  },
  realId: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
  children: [ 'ai1m1nxblq7zmz6v', 'ai1m1nxblq7zmzi5' ],
  finishSend: true,
  promiseFinish: Promise { <pending> },
  resolveFinish: [Function (anonymous)],
  rejectFinish: [Function (anonymous)]
}
Save log with file: [email protected] {
  time: 1702726908989,
  message: 'Last seen screenshot',
  level: 'debug',
  launchUuid: '1b46ed37-a5ee-46f8-8485-a981730350d5',
  itemUuid: 'dab8fa77-4a24-4858-a393-3c9d6b3f6344',
  file: { name: '[email protected]' }
}
Success finish item with tempId ai1m1nxblq7zmz6u {
  message: "TestItem with ID = 'dab8fa77-4a24-4858-a393-3c9d6b3f6344' successfully finished."
}
Success save log with file: [email protected] { responses: [ { id: '08be27b0-c64f-4818-8a18-b2338162823b' } ] }
Successfully save log with tempId ai1m1nxblq7zmzi5 { responses: [ { id: '08be27b0-c64f-4818-8a18-b2338162823b' } ] }
Start test item with tempId ai1m1nxblq7zmzor {
  startTime: 1702726909227,
  name: '[STEP] - I amOnPage https://kobenguyent.github.io/qa-utils/#/',
  type: 'STEP',
  hasStats: false,
  launchUuid: '1b46ed37-a5ee-46f8-8485-a981730350d5'
}
Finish all children for test item with tempId ai1m1nxblq7zmzor 
Finish test item with tempId ai1m1nxblq7zmzor { endTime: 1702726909228, status: 'PASSED' }
Finish launch with tempId ai1m1nxblq7zmyvb { endTime: 1702726909228, status: 'PASSED' }
Success finish launch with tempId ai1m1nxblq7zmyvb {
  id: '1b46ed37-a5ee-46f8-8485-a981730350d5',
  number: 99,
  link: 'https://demo.reportportal.io/ui/#default_personal/launches/all/805'
}
Success start item with tempId ai1m1nxblq7zmzor {
  id: '222e0c4f-b814-4f44-be01-d9e014261a28',
  uniqueId: 'auto:5704ef84f1c5840d8a8dc103ff52868d'
}
Finish test item with tempId ai1m1nxblq7zmzor {
  promiseStart: Promise {
    {
      id: '222e0c4f-b814-4f44-be01-d9e014261a28',
      uniqueId: 'auto:5704ef84f1c5840d8a8dc103ff52868d'
    }
  },
  realId: '222e0c4f-b814-4f44-be01-d9e014261a28',
  children: [],
  finishSend: true,
  promiseFinish: Promise { <pending> },
  resolveFinish: [Function (anonymous)],
  rejectFinish: [Function (anonymous)]
}
Success finish item with tempId ai1m1nxblq7zmzor {
  message: "TestItem with ID = '222e0c4f-b814-4f44-be01-d9e014261a28' successfully finished."
}

Video

https://github.com/kobenguyent/codeceptjs-rphelper/assets/7845001/f2a84ed1-acae-46f7-a611-90345e0a43c9