aws / aws/agentcore-cli

bug: browser tests risk orphaned resources.

Open
#1,541 0 comments 0 reactions 0 assignees View on GitHub
bug ci
Dominant language
TypeScript
Stars
283
Forks
95
Avg merge
1d 2h
Merged PRs (30d)
183

Description

https://github.com/aws/agentcore-cli/issues/1493 also applies to browser tests.

We should be able to re-use the same solution by refactoring browser tests to live within e2e tests, or creating a new top-level tests directory, and putting the shared utils in there.

Ex.
```
tests/
e2e-tests/
integ-tests/
browser-tests/
utils/
```

or something like

```
e2e-tests/
browser/
utils/
cli/
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.