@djangoproject · Post #259 · 02/15/2017, 07:47 AM
https://gist.github.com/hugs/830011 Example code for using the #Selenium 2 Python bindings.
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #15060 · Aug 15
#python#alibabacloud#android#android_emulator#aws#azure#cloud#docker#docker_android#emulator#gcp#genymotion#jenkins#kubernetes#mobile_app#mobile_web#novnc#saltstack#selenium#selenium_grid#terraform You can use Docker-Android to run Android emulators inside Docker containers, which helps you develop and test Android apps easily without needing physical devices. It offers many device profiles like Samsung Galaxy and Nexus models, supports viewing the emulator via VNC, sharing logs through a web interface, and controlling the emulator remotely with adb. It works on Ubuntu and can integrate with cloud services like Genymotion. This setup speeds up development, testing, and automation, making your workflow more consistent and efficient while saving resources. You can also persist data and run unit or UI tests with popular frameworks like Appium and Espresso. This helps you build and test Android apps faster and more reliably. https://github.com/budtmo/docker-android
@djangoproject · Post #259 · 02/15/2017, 07:47 AM
https://gist.github.com/hugs/830011 Example code for using the #Selenium 2 Python bindings.
Hashtags
@djangoproject · Post #250 · 02/02/2017, 06:03 PM
Django Q on Windows We're developing with Django Q and Mac OS and it runs on our Linux Servers. Now we hired external developers which work on Windows machines and we discovered that Django Q is not working on Windows due to missing fork implementation. Does anyone use Django Q on Windows? answer: Use #Docker with local windows code directory mounted inside container, run the docker container interactively and forward a port 8000 to host machine, then run migrations, test server and other stuff inside the container.
Hashtags
@djangoproject · Post #556 · 01/23/2018, 04:40 PM
https://pypi.python.org/pypi/pytest-selenium/ pytest_selenium is a plugin for #pytest that provides support for running #Selenium based #tests .
@libreware · Post #1082 · 05/04/2022, 08:04 AM
Waydroid Get your favourite Android Apps on Linux. Waydroid brings all the apps you love, right to your desktop, working side by side your Linux applications. The Android inside the container has direct access to needed hardwares. The Android runtime environment ships with a minimal customized Android system image based on LineageOS. The used image is currently based on Android 10 Features Full app integration Waydroid integrated with Linux adding the Android apps to your linux applications folder. Multi-window mode Waydroid expands on Android freeform window definition, adding a number of features. Full UI Mode For gaming and full screen entertainment, Waydroid can also be run to show the full Android UI. Near native performance Get the best performance possible using wayland and AOSP mesa, taking things to the next level https://waydro.id https://github.com/waydroid/waydroid 📡@Libreware📡@NoGoolag #waydroid#android#vm#emulator
@djangoproject · Post #476 · 10/30/2017, 11:37 AM
https://gist.github.com/Yogendra0Sharma/5aa96ebfd0854623a5451c53672088d5 Guide on how to create and set up a Dockerized web app using #Django REST APIs and #React #docker
@NekoMirra · Post #1600 · 02/04/2026, 05:38 AM
记录一下 Docker默认安装到C盘,由于众所周知的原因,需要更改Docker的安装位置 Docker for Windows 安装到其他盘教程 1. https://www.docker.com/ 下载安装exe 2. 在下载目录打开Cmd "Docker Desktop Installer.exe" install --installation-dir="D:\Docker" 3.完成后续安装 4.还需要在Docker设置中更改储存路径为D盘(可以为安装目录的一个子目录)(请以管理员身份运行) 注意: 1.需要提前建好文件夹,否则会报错 2.Docker不允许更改已有安装位置,若已安装Docker请先卸载再执行,注意备份 #Docker
Hashtags
@djangoproject · Post #276 · 03/18/2017, 01:56 AM
https://github.com/safarijv/kubelib If you're adopting Kubernetes as an orchestration system for #machine_learning jobs, the last thing you want is for the mere act of using Kubernetes to create more problems than it solves. Kubelib provides a set of Pythonic interfaces to #Kubernetes, originally to aid with Jenkins scripting. But it can be used without Jenkins as well, and it can do everything exposed through the kubectl #CLI or the Kubernetes #API.
@fosspost · Post #790 · 10/26/2021, 08:29 PM
AWS open source news and updates #87 https://dev.to/aws/aws-open-source-news-and-updates-87-46ld An interesting read for #DevOps engineers and #AWS users.
@djangoproject · Post #576 · 03/02/2018, 12:52 PM
https://www.obeythetestinggoat.com/pages/book.html#toc "Test-Driven Web Development with Python" aims to teach #TDD for web programming. It uses a concrete example — the development of a website, from scratch — to explain the TDD metholology and how it applies to building web applications. It covers the #Selenium browser-automation tool, #unit_testing, mocking, and interacting with Web technologies from the basics of static content, database integration, throught the inescapable JavaScript, and onto more advanced (and trendy) topics like #NoSQL, #websockets and Async programming.
@libreware · Post #1408 · 02/11/2025, 03:44 AM
Warning for #Android gapps traitors: Uninstall the application: Android System SafetyCore, which has been automatically installed on most devices. It is used by Google to scan your data, just like Apple has been doing on iOS, but you have the choice to uninstall it. If you don't have it yet, watch out for it being installed silently over the next few days! https://play.google.com/store/apps/details?id=com.google.android.safetycore Be careful on GrapheneOS too if you have Google services installed. While GrapheneOS will stop it from auto installing, it can nag you about installing it. And it won't tell you what it really is. Nor will most online resources. Sandboxed Google Play compatibility layer: stop Play Store from attempting to auto-install some system component packages, such as "Android System SafetyCore" (com.google.android.safetycore) and "Android System Key Verifier" (com.google.android.contactkeys) https://grapheneos.org/releases The phone is asking me to install this app, anyone knows information about if its truly need it or not? Im with the Google Play Services sandbox install https://discuss.grapheneos.org/d/19193-android-system-safety-core If you don't have GrapheneOS, it's going to automatically install itself again at some point after uninstalling it. Locating the App Go to Settings → Apps (or Apps & Notifications) → Show system apps. Look for “Android System SafetyCore.” Check whether the app has any special permissions (e.g., internet access). Uninstalling or Disabling In many cases, you can uninstall an update or at least disable the app. Check the available options in the app info. This is client side scanning. It's a way to spy on your device before it's encrypted. Other information on the topic: https://www.androidauthority.com/google-messages-nudes-3499420/ https://www.androidauthority.com/android-system-key-verifier-3499353/
Hashtags
@libreware · Post #1151 · 06/22/2023, 02:55 PM
LibreMobileOS AOSP-based mobile OS aiming to ease transition to de-googled(*) #Android use-cases, while also supporting using Google services. Supports microg or gms https://libremobileos.com/lmodroid https://get.libremobileos.com
Hashtags