Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Mobile JSON Wire Javascript binding, best for Appium native app test automation.
Cyancat let you write Appium mobile automation test in a synchronized way in Javascript:
it('sample test for sign in', function(done) {
driver.run(function() {
driver.init({
"platformName": "iOS",
"platformVersion": "9.3",
"deviceName": "iPhone 6",
"app": "./app/example.app"
});
// add memo
driver.clickEl('Add');
driver.typeEl('memo test summary 1', 'itemTitle');
driver.clickEl('Done');
// delete memo
driver.clickEl('//UIATableCell[@name = "memo test summary 1"]', 'xpath');
driver.clickEl('Delete');
done();
});
driver.sleep(1000)
anymorecyancat
command line interface comes with a nice configuration utility that helps you to create your test framework in less than a minute.$ npm install cyancat
stay tuned, more to come...
setWaitTimeout(timeout)
init(capabilities)
elements(locator, using)
element(locator, using)
elementClick(elementId)
clickEl(locator, using, timeout)
elementType(value, elementId)
typeEl(value, locator, using, timeout)
elementAttribute(elementId, attributeName)
source()
quit()
waitForElement(locator, using, timeout)
sleep(ms)
examples
folderBecause Cyancat uses Bluecat underlayer, and I expect tests written in Cyancat stay green...
Licensed under the MIT
FAQs
A synchronized version of Appium Javascript binding
The npm package cyancat receives a total of 6 weekly downloads. As such, cyancat popularity was classified as not popular.
We found that cyancat 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.