Skip to content

RTECO-1986 - Add e2e tests for --path auto-create - #3680

Open
udaykb2 wants to merge 1 commit into
masterfrom
RTECO-1896-improve-path-flag-in-agent-namespace
Open

RTECO-1986 - Add e2e tests for --path auto-create#3680
udaykb2 wants to merge 1 commit into
masterfrom
RTECO-1896-improve-path-flag-in-agent-namespace

Conversation

@udaykb2

@udaykb2 udaykb2 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

agent_plugins_test.go: TestAgentPluginsInstallCreatesMissingPath installs a plugin into a multi-level nonexistent --path and asserts it gets created and the plugin lands correctly.

agent_skills_test.go: add a path-install-creates-missing-dir subtest to TestAgentSkillsInstallPathAndFlags covering the same scenario for skills, matching that test's existing grouped-subtest convention.

Exercises the jfrog-cli-artifactory fix where --path now creates the target directory instead of erroring when it doesn't exist.

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the master branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

agent_plugins_test.go: TestAgentPluginsInstallCreatesMissingPath installs
a plugin into a multi-level nonexistent --path and asserts it gets
created and the plugin lands correctly.

agent_skills_test.go: add a path-install-creates-missing-dir subtest to
TestAgentSkillsInstallPathAndFlags covering the same scenario for skills,
matching that test's existing grouped-subtest convention.

Exercises the jfrog-cli-artifactory fix where --path now creates the
target directory instead of erroring when it doesn't exist.
@udaykb2
udaykb2 marked this pull request as ready for review August 25, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant