Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sunilpatro1985/WebdriverIO_Typescript

Open more actions menu

Repository files navigation

WebdriverIO_Typescript

WebdriverIO with Typescript topics & framework


The "test" directory has all the basic topics to learn the webdriverIO (Basics to advanced)

Refer wdio play list for each wdio topic in detail

This includes

  • Handling browser elements in wdio
  • Performing browser actions and wdio apis
  • Debugging tests
  • Typescript basics wrt wdio
  • Configurations
  • Allure reporting
  • Running tests using
    • command line
    • GithubActions (manual & auto trigger)
    • Browserstack
  • Parallel testing

To run the tests locally or by using githubactions -
Change the specs section of wdio.cong.ts file
Open command prompt and navigate to project directory
and run below command -
npm run wdio

To run the tests on browserstack -
Add a new file under the project directory as ".env" (no file name) with below value
BROWSERSTACK_USERNAME = "something"
BROWSERSTACK_ACCESS_KEY = "something"
Change the specs section of wdio.cong.bstack.ts file and run below command -
npm run wdio:bstack

To run the tests by triggering githubactions manually -
Switch to "practice branch" Navigate to Actions tab
click on the "CIBstack Dispatch" workflow
Run workflow with proper parameter selection


Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.