Satish Michael
Satish Michael
I aws able to get around the cross-account push by mounting the aws config file and switching profile names. I building the image in dev account and pushing to the...
@mxschmitt How about using the pyproject.toml file for configuration. ``` [tool.playwright] headed = true ``` ```python @pytest.fixture(scope="session") def playwright_config(request: pytest.FixtureRequest) -> Dict: rootpath = request.config.rootpath config_file_path = rootpath / "pyproject.toml"...
Thank you @vsukhin At this point in time, I don't have a need to have more than one environment, and the reason to go with open source.
@vsukhin It would be informative if the documentation https://docs.testkube.io/ had a section to showcase additional options offered in enterprise version. On a different note, is AWS S3 artifact storage without...
@TheBrunoLopes Thank for sharing the link. We scan images for vulnerabilities periodically, and if found, we upgrade to the newer version if there is a fix. Thats why I have...
Wonderful. @vsukhin Thank you. I did go through the below link, may be I am not getting it, probably the case. https://docs.testkube.io/articles/deploying-in-aws#examples-of-aws-s3-bucket-configuration ```yaml minio: enabled: true # required to be...