-
-
Save Jiveloper/440dc17a288ad612888d732cd199a7b8 to your computer and use it in GitHub Desktop.
블로깅 WDIO 구축
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
[0-0] 2022-10-29T10:05:41.914Z INFO webdriver: COMMAND deleteSession() | |
[0-0] 2022-10-29T10:05:41.914Z INFO webdriver: [DELETE] http://localhost:9515/session/cfd5226eba85406f79d21d0d3fd67ce6 | |
[0-0] PASSED in chrome - /test/specs/example.e2e.js | |
2022-10-29T10:05:42.085Z INFO @wdio/cli:launcher: Run onWorkerEnd hook | |
2022-10-29T10:05:42.085Z INFO @wdio/cli:launcher: Run onComplete hook | |
"spec" Reporter: | |
------------------------------------------------------------------ | |
[chrome 107.0.5304.87 mac os x #0-0] Running: chrome (v107.0.5304.87) on mac os x | |
[chrome 107.0.5304.87 mac os x #0-0] Session ID: cfd5226eba85406f79d21d0d3fd67ce6 | |
[chrome 107.0.5304.87 mac os x #0-0] | |
[chrome 107.0.5304.87 mac os x #0-0] » /test/specs/example.e2e.js | |
[chrome 107.0.5304.87 mac os x #0-0] My Login application | |
[chrome 107.0.5304.87 mac os x #0-0] ✓ should login with valid credentials | |
[chrome 107.0.5304.87 mac os x #0-0] | |
[chrome 107.0.5304.87 mac os x #0-0] 1 passing (3.5s) | |
Spec Files: 1 passed, 1 total (100% completed) in 00:00:05 | |
2022-10-29T10:05:42.090Z INFO @wdio/local-runner: Shutting down spawned worker | |
2022-10-29T10:05:42.341Z INFO @wdio/local-runner: Waiting for 0 to shut down gracefully | |
2022-10-29T10:05:42.341Z INFO @wdio/local-runner: shutting down | |
~/Desktop/jiotest npx wdio run wdio.conf.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment