Personal tools
Skip to content. | Skip to navigation
eCAP is a software interface that allows a network application, such as an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module. For each applicable protocol message being processed, an eCAP-enabled host application supplies the message details to the adaptation module and gets back an adapted message, a "not interested" response, or a "block this message now!" instruction. These exchanges often include message bodies. The adaptation module can also exchange meta-information with the host application to supply additional details such as configuration options, a reason behind the decision to ignore a message, or a detected virus name. If you are familiar with the ICAP protocol (RFC 3507), then you may think of eCAP as an "embedded ICAP", where network interactions with an ICAP server are replaced with function calls to an adaptation module.
This module provides access to shadow passwords on Linux, OSX, FreeBSD, OpenBSD, and Solaris.
BrowserStack cross-browser testing
New Project =========== Copy /usr/share/browserstack-robot/browserstack.yml into your project. Set BrowserStack Credentials ============================ Add your BrowserStack username and access key in the browserstack.yml config fle. You can also export them as environment variables, BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY: export BROWSERSTACK_USERNAME=<browserstack-username> export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key> Running tests ============= Run sample test: To run the sample test across platforms defined in the project's browserstack.yml file, run: - To run the sample tests in parallel across the platforms defined in the `browserstack.yml` file, run: browserstack-sdk robot ./tests/test-*.robot
New Project =========== Copy /usr/share/browserstack-selenium/browserstack.yml into your project. Set BrowserStack Credentials ============================ Add your BrowserStack username and access key in the browserstack.yml config fle. You can also export them as environment variables, BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY: export BROWSERSTACK_USERNAME=<browserstack-username> export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key> Running tests ============= Run sample test: To run the sample test across platforms defined in the project's browserstack.yml file, run: browserstack-sdk /usr/share/browserstack-selenium/test.py Run tests on locally hosted website: To run the local test across platforms defined in the project's browserstack.yml file, run: browserstack-sdk /usr/share/browserstack-selenium/local-test.py
Python SDK for browserstack selenium-webdriver tests
May be useful for Continuous Integration. Read more <
Ruby bindings for BrowserStack Local.
This InSpec resource pack uses the AliCloud SDK and provides the required resources to write tests for resources in AliCloud. depends: - name: inspec-alicloud path: /usr/share/inspec-alicloud supports: - platform: alicloud