Add adaptive UI testing with Nova Act demo#255
Open
marakere wants to merge 1 commit intoaws-samples:mainfrom
Open
Add adaptive UI testing with Nova Act demo#255marakere wants to merge 1 commit intoaws-samples:mainfrom
marakere wants to merge 1 commit intoaws-samples:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available: N/A
Description of changes:
This PR adds a complete demo project demonstrating AI-powered browser automation using Amazon Nova Act - testing applications the way humans interact with them, through natural language instructions and visual context rather than hardcoded DOM selectors.
What's included:
Sample Student Information System web app (sample-app/)
Nova Act test cases using natural language actions (nova-act-tests/)
Playwright test cases using selector-based approach (playwright-tests/)
Three-phase demo scripts simulating a realistic development cycle:
Phase 1: Baseline - both frameworks pass on original UI
Phase 2: Structural refactoring (changed IDs, labels, field order) - Nova Act adapts automatically, Playwright needs selector updates
Phase 3: New features (email + GPA fields) - both need updates, Nova Act's natural language approach simplifies additions
Setup script, restore script, and phase runner scripts
Supports AWS IAM and API key authentication
Key takeaway for reviewers:
Nova Act interprets instructions like "Click the save button" through visual context and natural language understanding, complementing selector-based testing by providing resilience during UI evolution. Phase 2 demonstrates this - the same Phase 1 Nova Act test passes after refactoring without any modifications.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.