This file contains 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
"C:\Program Files\Java\jdk1.8.0_102\bin\java" -ea -Didea.launcher.port=7534 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.2\bin" -Didea.testng.sm_runner -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.2\lib\idea_rt.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.2\plugins\testng\lib\testng-plugin.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\su |
This file contains 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
"C:\Program Files\Java\jdk1.8.0_102\bin\java" -ea -Didea.launcher.port=7532 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.2\bin" -Didea.testng.sm_runner -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.2\lib\idea_rt.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.2\plugins\testng\lib\testng-plugin.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_102\jre\lib\ext\su |
This file contains 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
package com.pieceofquality.addressbook.tests; | |
import com.pieceofquality.addressbook.model.ContactData; | |
import com.pieceofquality.addressbook.model.Contacts; | |
import com.pieceofquality.addressbook.model.GroupData; | |
import org.testng.Assert; | |
import org.testng.annotations.BeforeMethod; | |
import org.testng.annotations.Test; | |
import java.util.List; |
This file contains 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
package com.pieceofquality.addressbook.appmanager; | |
import com.pieceofquality.addressbook.model.ContactData; | |
import com.pieceofquality.addressbook.model.Contacts; | |
import org.openqa.selenium.By; | |
import org.openqa.selenium.WebDriver; | |
import org.openqa.selenium.WebElement; | |
import org.openqa.selenium.support.ui.Select; | |
import org.testng.Assert; |
This file contains 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
selenoid | 2018/03/06 10:57:27 [0] [CREATING_CONTAINER] [selenoid/vnc:firefox_58.0] | |
selenoid | 2018/03/06 10:57:28 [0] [STARTING_CONTAINER] [selenoid/vnc:firefox_58.0] [bb751dcb40895a100eeafe0b28d13335c7dd8ce7b0732121f65a1be549ee064c] | |
selenoid | 2018/03/06 10:57:28 [0] [CONTAINER_STARTED] [selenoid/vnc:firefox_58.0] [bb751dcb40895a100eeafe0b28d13335c7dd8ce7b0732121f65a1be549ee064c] [488.889673ms] | |
selenoid | 2018/03/06 10:57:28 [0] [SERVICE_STARTED] [selenoid/vnc:firefox_58.0] [bb751dcb40895a100eeafe0b28d13335c7dd8ce7b0732121f65a1be549ee064c] [152.282805ms] | |
selenoid | 2018/03/06 10:57:28 [0] [PROXY_TO] [selenoid/vnc:firefox_58.0] [bb751dcb40895a100eeafe0b28d13335c7dd8ce7b0732121f65a1be549ee064c] [http://172.17.0.4:4444/] | |
selenoid | 2018/03/06 10:57:28 [0] [SESSION_ATTEMPTED] [unknown] [http://172.17.0.4:4444/] [1] | |
selenoid | 2018/03/06 10:57:28 [0] [SESSION_FAILED] [unknown] [Bad response from http://172.17.0.4:4444/ - 404 Not Found] | |
selenoid | 2018/03/06 10:57:2 |
This file contains 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
{ | |
"chrome": { | |
"default": "64.0", | |
"versions": { | |
"64.0": { | |
"image": "selenoid/vnc:chrome_64.0", | |
"port": "4444", | |
"tmpfs": { | |
"/tmp": "size=128m" | |
} |
This file contains 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
2019-03-17 21:16:41.608 1073-3928/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.pinbonus2/com.pinbonus.ActivitySplash bnds=[191,892][360,1086]} from uid 10015 | |
2019-03-17 21:16:41.699 1073-2441/? I/ActivityManager: Start proc 17127:com.pinbonus2/u0a119 for activity com.pinbonus2/com.pinbonus.ActivitySplash | |
2019-03-17 21:16:48.990 1073-2190/? I/ActivityManager: Start proc 17264:com.android.chrome:sandboxed_process0/u0i1 for webview_service com.pinbonus2/org.chromium.content.app.SandboxedProcessService0 | |
2019-03-17 21:16:50.495 1073-6359/? I/ActivityManager: START u0 {flg=0x14000000 cmp=com.pinbonus2/com.pinbonus.ActivityMain} from uid 10119 | |
2019-03-17 21:16:51.546 1073-3912/? I/ActivityManager: START u0 {cmp=com.pinbonus2/com.pinbonus.ActivityAuthorizationPropose} from uid 10119 | |
2019-03-17 21:17:12.600 1073-6365/? I/ActivityManager: START u0 {act=android.intent.action.DELETE dat=package:com.pinbonus2 flg=0x10800000 cmp=com.android.pack |
This file contains 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
/Users/poq/Library/Caches/AppCode2018.3/DerivedData/pinbonus-hfigsdmswulfhaddguunqpwyyhoq/Build/Products/Debug-iphonesimulator/pinbonus.app | |
Simulator session started with process 26415 | |
2019-03-24 18:27:21.632391+0300 pinbonus[26415:4389051] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform. | |
2019-03-24 18:27:21.755 [Info] > pinbonus Version: 4.0 Build: 387 PID: 26415 | |
2019-03-24 18:27:21.755 [Info] > XCGLogger Version: 6.1.0 - Level: Debug | |
2019-03-24 18:27:21.767 [Info] [main] [AppDelegate.swift:29] application(_:didFinishLaunchingWithOptions:) > App started on [12.1] home directory: /Users/poq/Library/Developer/CoreSimulator/Devices/03CBF0AF-A5E2-45AF-9261-DF66ADC35FD1/data/Containers/Data/Application/39A3F32E-87A1-487E-A3B5-D636E7C68967 | |
2019-03-24 18:27:21.780 [Info] [main] [ServiceManager.swift:158] init() > Service manager started with apitest.pinbonus.com/apiPinbonus (plain) | |
2019-03-24 18:27:21.781 [Info] [main] [AppDelegate.swift:30] application(_:didFinishLaunchi |
OlderNewer