qmetry/qaf

Can't start multiple drivers in multiple threads

ly061 opened this issue · 1 comments

ly061 commented

QAF Version

Note: only the latest version is supported

Steps To Reproduce

1. Login to Baidu
2. Search something
3. Set thread-count = 5

Expected behavior

Each thread should initial one driver. For example, i have 3 cases, should start 3 drivers.

Actual behavior

All the thread use the same one driver (it means only start 1 driver)

Is the issue reproducible on runner?

  • QAS
  • Maven
  • Gradle
  • Ant
  • Eclipse

Test case sample

Please, share the test case (as small as possible) which shows the issue
image
image
image
image

Refer answer to same question.