-
perl-URI-db-0.19-11.fc36.noarch
This class provides support for database URIs. They're inspired by
JDBC URIs and PostgreSQL URIs, though they're a bit more formal.
The specification for their format is documented in README.md.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-WWW-Curl-4.17-29.fc36.x86_64
WWW::Curl is a Perl extension interface for libcurl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-aiohappyeyeballs-2.6.1-1.lbn36.noarch
This library exists to allow connecting with Happy Eyeballs (RFC 8305) when you
already have a list of addrinfo and not a DNS name.
The stdlib version of loop.create_connection() will only work when you pass in
an unresolved name which is not a good fit when using DNS caching or resolving
names via another method such as zeroconf.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-propcache-0.2.0-4.lbn36.x86_64
Module for fast property caching.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
llvm15-libs-15.0.7-8.lbn36.x86_64
Shared libraries for the LLVM compiler infrastructure.
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
zope-httpd-python2-4.8.7-2.lbn36.noarch
Service Zope under Apache/mod_wsgi
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
zope-python2-4.8.7-2.lbn36.noarch
Python 2 interpreter and packages for Zope
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
browserstack-local-8.9-2.lbn36.x86_64
BrowserStack cross-browser testing
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python-robot-browserstack-0.0.2-1.lbn36.noarch
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
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python-selenium-browserstack-0.0.1-1.lbn36.noarch
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
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36