Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created October 29, 2022 08:55
Show Gist options
  • Save Jiveloper/cff231570d71c539669910241e31b9ff to your computer and use it in GitHub Desktop.
Save Jiveloper/cff231570d71c539669910241e31b9ff to your computer and use it in GitHub Desktop.
블로깅 WDIO 구축
.
├── babel.config.js
├── package-lock.json
├── package.json
├── test
│ ├── pageobjects
│ │ ├── login.page.js
│ │ ├── page.js
│ │ └── secure.page.js
│ └── specs
│ └── example.e2e.js
└── wdio.conf.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment