chainsaw icon indicating copy to clipboard operation
chainsaw copied to clipboard

Declarative K8s e2e testing

Results 51 chainsaw issues
Sort by recently updated
recently updated
newest added

## Explanation This PR's goal is to fix a bug that came up in `v0.2.0` where reports are not being created when using a format of type `JSON`. ## Related...

Cherry-picked chore(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 (#2089) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...84480863f228bb9747b473957fcc9e309aa96097) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ......

Cherry-picked chore(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 (#2090) Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/f781cce5aab226378ee181d764ab90ea0be3cdd8...a20de5420d57c4102486cdd9578b45609c99d7eb) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ......

## Explanation Introduce fs abstraction.

release notes required
documentation required
cherry-pick required

### Problem Statement Today if you launch a process in the background from script with the way works, it ends up hanging the test because the process is not put...

enhancement

### chainsaw version Version v0.2.8 ### Description When we start tests with the parameter `--namespace chainsaw-tests`, we get the error that the namespace already exist. This is correct, the namespace...

bug

### Problem Statement Old reports (version 0.2.9 and earlier) were nicely imported to Jenkins using junit plugin. After 0.2.10 any XML based format looks bad. ### Solution Description Could you...

enhancement

### Describe your question chainsaw test cases --skip-delete steps: - try: cleanup:

question

### Problem Statement I find the xml report error message is empty. ### Solution Description will u add messages when logging to report. ### Alternatives _No response_ ### Additional Context...

enhancement

### Problem Statement I would like to have a step to check pod log contents in automated and convenient way. ### Solution Description It would be great if podLogs could...

enhancement