This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const opts = { | |
| port: 4723, | |
| desiredCapabilities: { | |
| platformName: "Android", | |
| deviceName: "Android", | |
| //automationName: "uiautomator2", | |
| udid:"", //cd21ccc5 emulator-5554 | |
| appPackage:"com.pointvoucher.playlondonpv", | |
| appActivity:"com.unity3d.player.UnityPlayerActivity", | |
| fullReset:false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-02-02 09:31:43:093 - info: [Appium] Welcome to Appium v1.8.0-beta3 | |
| 2018-02-02 09:31:43:094 - info: [Appium] Non-default server args: | |
| 2018-02-02 09:31:43:095 - info: [Appium] log: log.txt | |
| 2018-02-02 09:31:43:095 - info: [Appium] logTimestamp: true | |
| 2018-02-02 09:31:43:110 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
| 2018-02-02 09:31:53:977 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","udid":"","appPackage":"com.pointvoucher.playlondonpv","appActivity":"com.unity3d.player.UnityPlayerActivity","fullReset":false,"noReset":false,"autoGrantPermissions":true,"skipUnlock":true,"noSign":true,"ignoreUnimportantViews":true,"requestOrigins":{"url":"http://webdriver.io","version":"4.10.1","name":"webdriverio"}}} | |
| 2018-02-02 09:31:53:980 - info: [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnab |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-01-25 11:54:56:444 - info: [Appium] Welcome to Appium v1.7.2 | |
| 2018-01-25 11:54:56:445 - info: [Appium] Non-default server args: | |
| 2018-01-25 11:54:56:445 - info: [Appium] log: /home/trixo/Android/log.txt | |
| 2018-01-25 11:54:56:446 - info: [Appium] logTimestamp: true | |
| 2018-01-25 11:54:56:461 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
| 2018-01-25 11:55:05:378 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","udid":"localhost:7437","appPackage":"com.pointvoucher.playlondonpv","appActivity":"com.unity3d.player.UnityPlayerActivity","fullReset":false,"noReset":true,"noPermsCheck":true,"launch":true,"port":4723,"desiredCapabilities":{"platformName":"Android","deviceName":"Android","udid":"localhost:7437","appPackage":"com.pointvoucher.playlondonpv","appActivity":"com.unity3d.player.UnityPlayerActivity","fullReset":false,"noReset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const Swagger = require('swagger-client'); | |
| const { exec } = require('child_process'); | |
| const wdio = require('webdriverio'); | |
| const SWAGGER_URL = 'http://localhost:7100/api/v1/swagger.json' | |
| const AUTH_TOKEN = '26cd01ab067140ec8f6934253c41eceba51ec96c0b1440f1a4fe1c6aa42c7507'; | |
| const { performance } = require('perf_hooks'); | |
| const fs =require("fs"); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-01-25 08:44:21:503 - info: [Appium] Welcome to Appium v1.7.2 | |
| 2018-01-25 08:44:21:503 - info: [Appium] Non-default server args: | |
| 2018-01-25 08:44:21:504 - info: [Appium] launch: true | |
| 2018-01-25 08:44:21:504 - info: [Appium] log: log.txt | |
| 2018-01-25 08:44:21:504 - info: [Appium] logTimestamp: true | |
| 2018-01-25 08:44:21:504 - info: [Appium] noPermsCheck: true | |
| 2018-01-25 08:44:21:519 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
| 2018-01-25 08:44:35:085 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","udid":"localhost:7401","appPackage":"com.pointvoucher.playlondonpv","appActivity":"com.unity3d.player.UnityPlayerActivity","fullReset":false,"noReset":true,"noPermsCheck":true,"launch":true,"port":4723,"desiredCapabilities":{"platformName":"Android","deviceName":"Android","udid":"localhost:7401","appPackage":"com.pointvouch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-01-25 08:40:50:837 - info: [Appium] Welcome to Appium v1.6.3 | |
| 2018-01-25 08:40:50:838 - info: [Appium] Non-default server args: | |
| 2018-01-25 08:40:50:839 - info: [Appium] log: 'log.txt' | |
| 2018-01-25 08:40:50:839 - info: [Appium] logTimestamp: true | |
| 2018-01-25 08:40:50:856 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
| 2018-01-25 08:41:01:379 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"Android","deviceName":"Android","udid":"localhost:7401","appPackage":"com.pointvoucher.playlondonpv","appActivity":"com.unity3d.player.UnityPlayerActivity","fullReset":false,"noReset":true,"noPermsCheck":true,"launch":true,"port":4723,"desiredCapabilities":{"platformName":"Android","deviceName":"Android","udid":"localhost:7401","appPackage":"com.pointvoucher.playlondonpv","appActivity":"com.unity3d.player.UnityPlayerActivity","fullReset":false,"noReset":true,"noPermsChe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ '/home/trixo/local/bin/node', | |
| 1 verbose cli '/home/trixo/local/bin/npm', | |
| 1 verbose cli 'start' ] | |
| 2 info using npm@5.6.0 | |
| 3 info using node@v9.4.0 | |
| 4 verbose run-script [ 'prestart', 'start', 'poststart' ] | |
| 5 info lifecycle light-bootstrap-dashboard-react@1.1.0~prestart: light-bootstrap-dashboard-react@1.1.0 | |
| 6 info lifecycle light-bootstrap-dashboard-react@1.1.0~start: light-bootstrap-dashboard-react@1.1.0 | |
| 7 verbose lifecycle light-bootstrap-dashboard-react@1.1.0~start: unsafe-perm in lifecycle true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .icon-room { | |
| width: 75px !important; | |
| } | |
| #room-name, #room-host, #now-playing-dj, #now-playing-media { | |
| left: 89px !important; | |
| color: #fff !important; | |
| font-weight: bold; | |
| text-shadow: 2px 0px 11px, #dd00ff; | |
| } | |
| .app-header, #footer-user .info, #dashboard { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "room": "EMSI GAMING", | |
| "author": "Trixo", | |
| "icon": "https://rawgit.com/TheStrangerGuy/EDT/master/images/EDT-Logo.png", | |
| "css": "https://rawgit.com/trix0/cf72f885643fc2d8e641bf41c31cd0c8/raw/a524349f5835becd51f4d6dcc64dd29d3ef55a69/dj.css", | |
| "rules": { | |
| "allowAutorespond": true, | |
| "allowAutowoot": true, | |
| "allowAutojoin": true, | |
| "allowAutograb": true, |
NewerOlder