You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): stabilize Amazon Q feature development tests (#6520)
## Problem
Amazon Q feature dev e2e test was disabled due to flakiness. Issue:
#6513
## Solution
- Modified test prompt to prevent no change required scenarios that were
causing deadend.
- Add `getSelectedTab` function in `qTestingFramework` to access newly
created tab by quick action.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
constprompt='Add blank.txt file with empty content'
21
-
constcodegenApproachPrompt=`${prompt} and add a readme that describes the changes`
22
-
constfileLevelAcceptPrompt=`${prompt} and add a license, and a contributing file`
19
+
constprompt='Add current timestamp into blank.txt'
20
+
constiteratePrompt=`Add a new section in readme to explain your change`
21
+
constfileLevelAcceptPrompt=`${prompt} and ${iteratePrompt}`
22
+
constinformationCard=
23
+
'After you provide a task, I will:\n1. Generate code based on your description and the code in your workspace\n2. Provide a list of suggestions for you to review and add to your workspace\n3. If needed, iterate based on your feedback\nTo learn more, visit the [user guide](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html)'
0 commit comments