-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hey, thanks for developing this plugin.
I'm using:
OSX Sequoia 15.5
InteliJ Version: IntelliJ IDEA 2025.1.2 (Ultimate Edition)
AWS Tool Kit Plugin: 3.82.251
I use KoTest for (amongst other things) writing integration test suites. Some integration tests involve querying AWS resources. When I try and add AWS credentials to a KoTest run profile they fail to be used or persisted on the profile.
Steps To Reproduce:
- Click the gutter play icon next to a describe block
- KoTest run profile created, observe failure due to lack of AWS credentials
- Click "edit" next to the run profile
- Select "use currently selected profile" in the AWS section of the profile
- Click run, observe failure due to lack of AWS credentials
- Click "edit" next to the run profile, observe AWS credentials section reset default
Expected behaviour would be that the AWS credentials selection has persisted and that the AWS_ACCESS_KEY, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN environment variables are available to the process running the test.
I see this behaviour work successfully in the JUNIT test plugin and when running a function directly from the IDE, leading me to believe there might be a bug in the plugin.
Is anyone able to help with this?
Thanks!

Metadata
Metadata
Assignees
Labels
No labels