Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
wdio-cucumber-qatouch-reporter
Advanced tools
A Qa Touch reporter for webdriver.io with cucumber framework
Test Together
Collaborative Test Case Management tool For Modern QA Teams
Pushes test results into QA Touch system.
$ npm i wdio-cucumber-qatouch-reporter
Ensure that your QA Touch API is enabled and generate your API keys. See https://doc.qatouch.com/#qa-touch-api
Add reporter to wdio.conf.js:
let QaTouchReporter = require('wdio-cucumber-qatouch-reporter/lib/index');
...
reporters: [
'spec',
[QaTouchReporter,
{
qaTouchOptions: {
'domain' : "Your Domain",
'apiToken': "Your Api-Token",
'projectKey': 'Project Key',
'testRunId': 'Test Run Id',
}
}
]
],
Mark your wdio test scenario starts with ID of QA Touch test run cases. Ensure that your case ids are well distinct from test descriptions.
Scenario: TR001 Test if the QA Touch app has the title "Test Management"
Only passed, untested and failed tests will be published in QA Touch Test Run.
domain: string domain name of your QA Touch instance (e.g. dckap)
apiToken: string API token for user which will be created in the edit profile menu in your domain login
projectKey: number project key with which the tests are associated
testRunId: number test run Id with which the tests are associated
FAQs
A Qa Touch reporter for webdriver.io with cucumber framework
The npm package wdio-cucumber-qatouch-reporter receives a total of 2 weekly downloads. As such, wdio-cucumber-qatouch-reporter popularity was classified as not popular.
We found that wdio-cucumber-qatouch-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.