-
#### What are you trying to achieve?
I'd like to be able to use CodeceptJS to run tests on multiple machines in a CI environment without needing to use `grep` or manually pick which tests run on wh…
-
When running Scenarios on Browserstack using the codeceptjs `run-workers` feature, the Links to Browserstack Jobs for a single scenario are not printed to the console.
Expected Output:
```
✔ Test…
-
#### What are you trying to achieve?
Launch persistent context in Playwright using a temporary directory by passing an empty string to `userDataDir`. (Playwright documentation: https://playwright.dev…
-
#### What are you trying to achieve?
Test clicking on element found by text (fuzzy selector).
#### What do you get instead?
When testing click behavior using latest Puppeteer driver, the exce…
johny updated
5 years ago
-
#### What are you trying to achieve?
Trying to utilize different concepts, methods with different selectors but sometimes get stuck with some problems.
**This is a suggestion** to provide "Try by yo…
-
I want to be able to add value and order parameters to before/after hooks. And values in before/after hooks should be triggered from tags in bdd scenarios.
To execute a specific set of steps befo…
-
Using JS sdk: https://github.com/Visual-Regression-Tracker/sdk-js
Ex integration with WDO:
- https://github.com/wswebcreation/wdio-native-app-compare
Ex integration with JS SDK:
- https://gith…
-
**Motivation**
- Nextjs 기반의 프로젝트 진행중.
- 리팩터링 할 때 특히 테스트 코드가 있으면 개발 속도에 긍정적인 영향. 또 신뢰도가 높아짐.
- 테스트를 작성하기로 함.
- 또 사내에서 이미 사용중인 codecov CI를 연동해 코드 커버리지를 지속적으로 체크하기로 함.
**How**
- UI 테스트는 변경이 많은 …
-
#### What are you trying to achieve?
I would like to test chrome extesntion with playwright (ref https://codecept.io/helpers/Playwright/#example-5-testing-with-chromium-extensions) for multiple scena…
-
#### What are you trying to achieve?
I'm trying to configure a single feature to keep the browser open between tests.
Configuring globally is not an option because our tests are not ready to handl…