Jan Molak

Results 79 issues of Jan Molak

Look into setting up https://github.com/amannn/action-semantic-pull-request to make it easier for people to get their PRs merged and released

developer experience

This looks like something Serenity/JS could integrate with quite easily https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ ```typescript MarkdownReporter.writingTo(process.env.GITHUB_STEP_SUMMARY) ```

developer experience

I'd love for the existing and future contributors to Serenity/JS to have a good experience contributing to the project. It feels like to improve it we'll need to: - [...

developer experience

In #1200, @nathannaveen proposed several security improvements. It seems like we could configure [OSSF Scorecard GitHub action](https://github.com/ossf/scorecard/) to automate scanning for those sorts of issues in the future.

enhancement
security

It would be useful to have a built-in question that retrieves the value of an env variable. Perhaps something like: ```typescript class EnvVar { static called(name: Answerable): QuestionAdapter { return...

enhancement
@serenity-js/core

We've reached the limits of what [ESDoc](https://esdoc.org/) is able to offer, and since the project is no longer maintained, we should switch to a more modern documentation generator. I've experimented...

documentation

It might be useful to have some sort of a command line-based configuration wizard to set up the directory structure and the `@serenity-js/*` dependencies required for a given type of...

enhancement
developer experience

RE my conversation with @LayMui on the [Serenity/JS Community Chat](https://gitter.im/serenity-js/Lobby?at=625e683f3ae95a1ec1f4cec9). When an Axios timeout error occurs, it might not be obvious where this timeout can be changed. ``` [test:consent:*****] James...

developer experience

👋🏻 Hi folks! I'll be updating Serenity/JS website soon with new docs and tutorials around WebdriverIO integration, and thought it might be a good opportunity to shine the spotlight on...

question

It would be useful if we had an "identity" `MetaQuestion` (see: [identity function](https://en.wikipedia.org/wiki/Identity_function)) like `Item()` or `Current()`, which would make it easier to filter lists of `PageElements` based on the...

enhancement
@serenity-js/core