Maciej Laskowski
Maciej Laskowski
Hello, Could you please consider changing the order of executing `preURL` and `preScript`? ## Motivation I'm currently measuring performance of cached pages and I spotted the problem when using only...
# Work in progress... ## Description Run local dev environment for AET using Docker. ## Motivation and Context Within this Pull Request a new approach to running AET dev environment...
## Description Login modifier can read `login` and `password` from environment variables. ## Motivation and Context Fixes #512 ## Types of changes - [ ] Bug fix (non-breaking change which...
### Version used * `AET 3.0.0` ### Context of the feature Now to properly configure AET testing throughput (number of concurrent tested urls) several different configurations that values are correlated...
## Description Writing web endpoint contract tests is not complicated but requires some work like establishing the template (contract), running the tests, creating report. Test template should be maintained and...
Research a tool that will validate code quality on GitHub and apply it as a PoC on existing AET GitHub repo, then integrate it with current codebase and check it...
**Is your feature request related to a problem? Please describe.** Currently unit, integration and functional tests are triggered during the CI build on Azure DevOps. Impact of new features is...
**Context** Let's discuss on how Knot.x impacts application architecture choice. Being more specific, which architecture approach does Knot.x promote: `Monolithic` vs `Microservice`. **Describe the solution you'd like** A solid comparison...
Running Pulsar Manager with the default [Pulsar Helm Chart settings](https://github.com/apache/pulsar-helm-chart/blob/pulsar-3.0.0/charts/pulsar/values.yaml#L1051) ends with not working manager instance. ## Steps to reproduce Run the container using the default: ```bash docker pull apachepulsar/pulsar-manager:v0.3.0...