Jan Molak

Results 79 issues of Jan Molak

To help developers keep their automation frameworks up-to-date with Serenity/JS

### What's the problem you're trying to solve? Most teams don't use tools like Renovate or Dependabot to help them keep up with dependency updates. Since Serenity/JS releases new patches...

enhancement

### What's the problem you're trying to solve? It should be easier to find all the amazing content created by the Serenity/JS community. ### How would you like to solve...

documentation

### What's the problem you're trying to solve? The location of local [CA certificates](https://www.ssl.com/faqs/what-is-a-certificate-authority/) is not standardised across the various operating systems, which means that in order for a developer...

enhancement
help wanted
@serenity-js/rest

### What's the problem you're trying to solve? Serenity/JS should make it easy to upload local files using `` ### How would you like to solve it? Serenity/JS Web should...

enhancement
@serenity-js/protractor
@serenity-js/webdriverio
@serenity-js/web
@serenity-js/playwright

### What's the problem you're trying to solve? Serenity/JS should support [HTML 5 drag and drop API](https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API). For example: ```ts await actor.attemptsTo( Drag.file(path).to(dropzone) Drag.element(element).to(dropzone) ) ``` ### How would you...

enhancement
@serenity-js/protractor
@serenity-js/webdriverio
@serenity-js/web
@serenity-js/playwright

Playwright Test offers [component testing](https://playwright.dev/docs/test-components), which Serenity/JS could leverage to allow developers to write component-specific Screenplay interactions, to be reused for E2E tests. For example, given standard component test taken...

@serenity-js/playwright
@serenity-js/playwright-test

## Contributing on GitHub GitHub provides a way to define default [community health files](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file). It feels like Serenity/JS should introduce the following defaults to be used across the repositories in...

help wanted
documentation
developer experience