Jan Molak

Results 79 issues of Jan Molak

Hi there and thanks for the GFM! It looks like v0.2.0 is being flagged as a security risk by the [Carbon Black](https://www.carbonblack.com/) corporate security software: ![cb security issue with gfm](https://user-images.githubusercontent.com/1089173/57611467-db6f5300-756a-11e9-984b-0c94ab6b1070.PNG)...

bug
Investigating

This change makes it easier for Mocha reporters to report retriable and regular tests differently, should they choose to do so. ### Description of the Change I'd like the [Serenity/JS...

type: feature
status: waiting for author
semver-minor

Scope: - [ ] New homepage - [ ] Migrate Serenity/JS Handbook from the old website - [ ] Update Readme files - [ ] assertions - [ ] console-reporter...

Scope: - [ ] Remove ChangeApiUrl from `@serenity-js/rest` - [ ] Updated examples to use `ChangeApiConfig.setUrlTo(newUrl)` - [ ] Update migration guide

@serenity-js/rest
deprecation-notice

`formatted` was replaced by `f` and `d`; Scope: - [ ] remove deprecated function calls from any internal code and example implementations - [ ] remove the deprecated function -...

@serenity-js/core
deprecation-notice

Adding Gitpod to Serenity/JS templates should make it easier for people to start with the framework and looks fairly easy to do. https://www.gitpod.io/docs/references/gitpod-yml

developer experience

At the moment Serenity/JS supports Selenium WebDriver 3 via Protractor. However, given that Protractor is no longer maintained angular/protractor#5502 and there's a new major version of Selenium WebDriver available, we...

At the moment `Wait.until(...)` allows for a timeout to be configured per invocation, e.g. `Wait.upTo(Duration.ofSeconds(10)).until(...)`. However, it would be more convenient to have a "global" configuration setting that adjusts all...

@serenity-js/web

Serenity/JS should support the native Playwright test runner, `@playwright/test`. Scope: - custom Serenity/JS-specific fixture to configure the actors and wire up Playwright - support for Serenity/JS reporting

enhancement
@serenity-js/playwright

It might be useful to introduce a way to configure all Serenity/JS modules in one place. The config file could look as follows: ``` module.exports = { 'core': { actors:...

enhancement
developer experience