معرفی شرکت ها


@wdio/local-runner-8.8.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A WebdriverIO runner to run tests locally
ویژگی مقدار
سیستم عامل -
نام فایل @wdio/local-runner-8.8.6
نام @wdio/local-runner
نسخه کتابخانه 8.8.6
نگهدارنده ['christian-bromann', 'wdio-user', 'wswebcreation-nl']
ایمیل نگهدارنده ['mail@bromann.dev', 'christian+webdriverio@saucelabs.com', 'wim@wswebcreation.nl']
نویسنده Christian Bromann
ایمیل نویسنده mail@bromann.dev
آدرس صفحه اصلی git://github.com/webdriverio/webdriverio.git
آدرس اینترنتی https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner
مجوز MIT
WebdriverIO Local Runner ======================== > A WebdriverIO runner to run tests locally within worker processes The [Local Runner](https://www.npmjs.com/package/@wdio/local-runner) initiates your framework (e.g. Mocha, Jasmine or Cucumber) within worker a process and runs all your test files within your Node.js environment. Every test file is being run in a separate worker process per capability allowing for maximum concurrency. Every worker process uses a single browser instance and therefore runs its own browser session allowing for maximum isolation. Given every test is run in its own isolated process, it is not possible to share data across test files. There are two ways to work around this: - use the [`@wdio/shared-store-service`](https://www.npmjs.com/package/@wdio/shared-store-service) to share data across all workers - group spec files (read more in [Organizing Test Suite](https://webdriver.io/docs/organizingsuites#grouping-test-specs-to-run-sequentially)) If nothing else is defined in the `wdio.conf.js` the Local Runner is the default runner in WebdriverIO. ## Install To use the Local Runner you can install it via: ```sh npm install --save-dev @wdio/local-runner ``` ## Setup The Local Runner is the default runner in WebdriverIO so there is no need to define it within your `wdio.conf.js`. If you want to explicitly set it, you can define it as follows: ```js // wdio.conf.js export const { // ... runner: 'local', // ... } ``` --- For more information on WebdriverIO runner, check out the [documentation](https://webdriver.io/docs/runner).


نیازمندی

مقدار نام
^18.0.0 @types/node
8.6.6 @wdio/logger
8.6.6 @wdio/repl
8.8.6 @wdio/runner
8.8.6 @wdio/types
^2.0.1 async-exit-hook
^4.1.0 split2
^3.0.2 stream-buffers


زبان مورد نیاز

مقدار نام
18.16.0 Npm


نحوه نصب


نصب پکیج tgz @wdio/local-runner-8.8.6:

    npm install @wdio/local-runner-8.8.6.tgz