Jan Molak
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...
### 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...
### 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...
### 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...
### 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...
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...
## 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...