Jan Molak

Results 79 issues of Jan Molak

### What's the problem you're trying to solve? Certain test scenarios require performing simple arithmetic operations like subtraction, addition, rounding, and so on. While such functions are reasonably easy to...

enhancement

### What's the problem you're trying to solve? We have 3 main Playwright Test-related guides: - [Extending Playwright Test with Serenity/JS](https://serenity-js.org/handbook/getting-started/serenity-js-with-playwright-test/) - [Test Runners / Playwright Test](https://serenity-js.org/handbook/test-runners/playwright-test/) - [Serenity/JS Playwright...

### System info - Playwright Version: v1.37.1 - Operating System: All - Browser: All - Other info: ### Source code - [x] I provided the exact source code that allows...

feature-test-runner
v1.48

Hey @davidjgoss and @charlierudolph! Would it be possible to make the information about the max number of retries specified via [`--retry`](https://github.com/cucumber/cucumber-js/blob/master/features/retry.feature) parameter available to Cucumber formatters? At the moment Cucumber...

### What's the problem you're trying to solve? [`SerenityBDDReporter`](https://serenity-js.org/handbook/reporting/serenity-bdd-reporter/) and the [`Photographer`](https://serenity-js.org/handbook/reporting/photographer/) interact with the file system indirectly via the [`ArtifactArchiver`](https://serenity-js.org/handbook/reporting/artifact-archiver/). This design was sufficient when Serenity/JS had only one...

### What's the problem you're trying to solve? WebdriverIO 9 is now stable, and Serenity/JS should support it. However, the WebdriverIO team will support WebdriverIO 8 until [August 2025](https://webdriver.io/versions), so...

enhancement
@serenity-js/webdriverio
@serenity-js/web
Next Big Thing 🦄

- `@serenity-js/webdriverio-8` module will continue to support WebdriverIO 8 at least until the end of its LTS period in August 2025 - `@serenity-js/webdriverio` will support the current stable version of...

@serenity-js/webdriverio

### What's the problem you're trying to solve? Allure Reports provide a historical view of the test results, which is useful for running tests on CI servers that don't natively...

enhancement