path: plasma-workspace_4:6.5.4-3/appiumtests/applets/clipboardtest.py
if __name__ == '__main__':
    assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit"
    assert os.getenv("GDK_BACKEND") == "wayland", "The test requires wayland GDK_BACKEND"
    assert os.getenv("QT_QPA_PLATFORM") == "wayland", "The test requires wayland QT_QPA_PLATFORM"
