Skip to content

Instantly share code, notes, and snippets.

View MilovanTomasevic's full-sized avatar
🎯
Focusing

Milovan Tomaőević MilovanTomasevic

🎯
Focusing
View GitHub Profile
@MilovanTomasevic
MilovanTomasevic / MyLogger.py
Created January 21, 2022 09:41 — forked from huklee/MyLogger.py
python Logger using example with Singleton Pattern
# -*- coding: utf-8 -*-
import logging
import os
import datetime
import time
class SingletonType(type):
_instances = {}
@MilovanTomasevic
MilovanTomasevic / bump-version.sh
Created October 7, 2021 09:10 — forked from jv-k/bump-version.sh
This script automates bumping the git software project's version using automation. ***Please see https://github.com/jv-k/bump-version for an updated that module you can use with your projects.
#!/bin/bash
#
# β–ˆβ–„β–„ β–ˆβ–‘β–ˆ β–ˆβ–€β–„β–€β–ˆ β–ˆβ–€β–ˆ β–„β–„ β–ˆβ–‘β–ˆ β–ˆβ–€β–€ β–ˆβ–€β–ˆ β–ˆβ–€ β–ˆ β–ˆβ–€β–ˆ β–ˆβ–„β–‘β–ˆ
# β–ˆβ–„β–ˆ β–ˆβ–„β–ˆ β–ˆβ–‘β–€β–‘β–ˆ β–ˆβ–€β–€ β–‘β–‘ β–€β–„β–€ β–ˆβ–ˆβ–„ β–ˆβ–€β–„ β–„β–ˆ β–ˆ β–ˆβ–„β–ˆ β–ˆβ–‘β–€β–ˆ
#
# Description:
# - This script automates bumping the git software project's version using automation.
# - It does several things that are typically required for releasing a Git repository, like git tagging,
# automatic updating of CHANGELOG.md, and incrementing the version number in various JSON files.
import base64
import os
import time
from appium import webdriver
from appium.webdriver.common.touch_action import TouchAction
"""
Desired Capabilities
"""
# TODO provide the desired cap as per your requirement