test: add dungeon-adventure tutorial end to end test#169
Merged
Conversation
Contributor
|
📚 Documentation translations have been updated and committed (187d22d) to this PR. |
Contributor
|
📚 Documentation translations have been updated and committed (82edd66) to this PR. |
Contributor
|
📚 Documentation translations have been updated and committed (e3efbe5) to this PR. |
d42463a to
553874f
Compare
Contributor
|
📚 Documentation translations have been updated and committed (b9db2dc) to this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
=======================================
Coverage 95.26% 95.26%
=======================================
Files 52 52
Lines 6102 6102
Branches 755 755
=======================================
Hits 5813 5813
Misses 282 282
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7b65229 to
646c045
Compare
Adds an e2e test which walks through the dungeon adventure tutorial, as well as refactoring code snippets such that they are shared between the test and the docs. For now, we don't deploy anything, just check that everything builds at each stage of the process. Fixes #121
Contributor
|
📚 Documentation translations have been updated and committed (5d73be6) to this PR. |
agdimech
reviewed
May 13, 2025
agdimech
previously approved these changes
May 13, 2025
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.
Reason for this change
To help ensure that our tutorial stays up to date, as well as our code changes not breaking our tutorial!
Description of changes
Description of how you validated changes
This PR build!
Issue # (if applicable)
Fixes #121
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license