Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend end-to-end tests #983

Merged
merged 7 commits into from
Dec 2, 2023
Merged

Extend end-to-end tests #983

merged 7 commits into from
Dec 2, 2023

Conversation

martincostello
Copy link
Owner

  • Add two end-to-end tests that use the Alexa Skill Management API to simulate requests to verify the skill actually works correctly for end-users to try and prevent future issues like Fix card serialization #977.
  • Add a copy of the skill manifest.
  • Update the interaction model to include Name Free Interactions.

Update the interaction model to include Name Free Interactions.
Add a copy of the skill manifest to the repo.
Rename SkillTests to LambdaTests to prepare for tests that use the simulation API to verify that the skill works for end-users.
Add two end-to-end tests that use the Alexa Skill Management API to simulate requests to verify the skill actually works correctly for end-users.
Use the `TestConfiguration.UserAgent` property.
@martincostello martincostello added enhancement github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code labels Dec 2, 2023
Copy link

codecov bot commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (baa7ccc) 96.19% compared to head (4a6669b) 96.19%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #983   +/-   ##
=======================================
  Coverage   96.19%   96.19%           
=======================================
  Files          43       43           
  Lines         552      552           
  Branches       53       53           
=======================================
  Hits          531      531           
  Misses          7        7           
  Partials       14       14           
Flag Coverage Δ
linux 95.28% <ø> (ø)
macos 96.19% <ø> (ø)
windows 96.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Add comment with link to the documentation to get an access token from a refresh token.
Move comment to sit with the first part, not the POST.
@martincostello martincostello marked this pull request as ready for review December 2, 2023 15:28
@martincostello martincostello enabled auto-merge (rebase) December 2, 2023 15:28
@martincostello martincostello merged commit 9a7d9d2 into main Dec 2, 2023
10 checks passed
@martincostello martincostello deleted the extend-e2e-tests branch December 2, 2023 15:33
martincostello added a commit that referenced this pull request Dec 2, 2023
Empty commit to test the new tests added by #983.
martincostello added a commit that referenced this pull request Dec 2, 2023
Revert #977 to check the tests added by #983 find the bug in the absence of a unit test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant