-
Notifications
You must be signed in to change notification settings - Fork 115
test: add new e2e tests #1065
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
Open
vasylk-crowdin
wants to merge
78
commits into
main
Choose a base branch
from
next_tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
test: add new e2e tests #1065
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
c5fae6e
Add new e2e tests
vasylk-crowdin 5d2ebd6
test(e2e): mask temp workspace paths, extend init coverage, updated b…
bhdnb 1921537
fix(config): prepend leading slash to translation export patterns
bhdnb eb0ab39
test: fixes for e2e tests
bhdnb 9b23151
test(e2e): stop the bundle suite depending on a hardcoded bundle id
bhdnb 7e60f6e
test(e2e): rework multilingual CSV suite
bhdnb d8275de
test(e2e): share switchConfig, fix captured-content types
bhdnb 7e82488
test(e2e): fold csv-multilingual-in-root into multilingual-csv
bhdnb a7f5b20
test(e2e): rename the CSV suites, finish the switchConfig dedupe
bhdnb aebce6e
test(e2e): assert auto-update against server state, not stdout
bhdnb 33d70f4
test(e2e): make the base-path download tests fail when nothing downloads
bhdnb 019e051
test(e2e): make download assertions real, deterministic snapshot orde…
bhdnb 2000e5c
test: fixes for e2e tests
vasylk-crowdin 2c7e7be
test(e2e): refresh snapshots stale after the normalizer sort change
vasylk-crowdin 189e52a
test(e2e): assert pre-translate diagnostics on stderr and the project…
vasylk-crowdin b2bb821
test(e2e): assert the real dest-remap outcome instead of an impossibl…
vasylk-crowdin ffebf17
test(e2e): expect the docx's non-breaking spaces in the segmented string
vasylk-crowdin 45f9335
test(e2e): snapshot the --engine-id error from stderr
vasylk-crowdin 91b8279
test(e2e): drop workarounds for bugs that have since been fixed
bhdnb 11b27e2
test(e2e): cover the app command, install round trip included
bhdnb ceee68d
test(e2e): cover the status command
bhdnb 495c152
test(e2e): cover the label command
bhdnb 224ae3f
test(e2e): cover the task command
bhdnb 008f922
test(e2e): cover the screenshot command
bhdnb a440861
test(e2e): cover the distribution command
bhdnb e67d303
test(e2e): cover the project command
bhdnb aab222e
test(e2e): drop the null% note now the fix is merged
bhdnb 62163fc
refactor(e2e): cut comments in the app and project suites
bhdnb fb9a8aa
refactor(e2e): more comment cuts
bhdnb 2b0f2cf
test(e2e): sync notes with fixes merged into main
bhdnb 2f21206
test(e2e): cover the comment command
bhdnb 89caf3a
test(e2e): cover the context command
bhdnb 3eb3796
test(e2e): cover the branch command
bhdnb d7f57fe
test(e2e): cover the file command
bhdnb 5dba479
test(e2e): cover bundle list, clone and delete
bhdnb 457fe99
test(e2e): cover the bundle flag matrix
bhdnb eef3b7b
test(e2e): cover the language command
bhdnb 3de8e03
test(e2e): cover the auto-translate option surface
bhdnb 143aa06
refactor(e2e): cut comments across the suites
bhdnb 4af07d2
test(e2e): assert the dest-remapped project paths
bhdnb 4c1edd1
test(e2e): cover the json and toon output contract
bhdnb 118f069
test(e2e,unit): cover the tm command and parseScheme function
bhdnb 2f8e545
test(e2e): cover the glossary command surface
bhdnb 7fcb380
test(e2e): cover the config command
bhdnb 5f9bba6
test(e2e): assert stderr on failing-command tests
bhdnb c28e3d5
test(cli): expect --scheme en= to be rejected
bhdnb 66818de
test(e2e): cover the string option surface
bhdnb b320bf8
test(e2e): cover init's default destination and lint round trip
bhdnb d1e223e
test(e2e): assert the exit code in structured error records
bhdnb 45823c1
test(e2e): cover the upload sources flags
bhdnb 486e592
test(e2e): cover the upload translations flags
bhdnb 827c9ac
test(e2e): assert auto-approve-imported actually approves
bhdnb b2fe503
test(e2e): cover download sources dryrun and its guards
bhdnb dd7b9a6
test(e2e): cover the last download translations flags
bhdnb 35d268a
test(e2e): cover --pseudo combined with the other download flags
bhdnb d680753
test(e2e,unit): cover auto-translate's string-based guards and option…
bhdnb 6ac959e
test(e2e): cover the empty-argument guards
bhdnb 70feac5
test(e2e): cover the per-file config options
bhdnb 48e6f26
test(e2e): cover update_option
bhdnb 3d68ca7
test(e2e): finish the empty-argument guards
bhdnb df27ff1
test(e2e): cover --debug and context --overwrite
bhdnb 6b67f42
test(e2e): fix five stale expectations
bhdnb 6fd7fcf
test(e2e): cover @arg-file expansion end to end
bhdnb 53eb486
test(e2e): filter the tm listing comparison to this suite's own rows
bhdnb 69d0c28
test(e2e): isolate the CLI from ambient credentials
bhdnb 111af21
test(e2e): run init without a project
bhdnb 1f569af
test(e2e): show CLI output when a success assertion fails
bhdnb c33fbcb
test(e2e): drop stale and redundant suite comments
bhdnb c68919b
test: move e2e and unit tests under tests/
bhdnb 24fb79f
test(e2e): run suites four at a time
bhdnb 65421e8
tests: fix for login command test
bhdnb cb35156
fix(output): honor --no-colors when FORCE_COLOR is set
bhdnb 418ab81
test: drop legacy references from test comments
bhdnb f0144a9
test(e2e): share duplicated suite lookup helpers
bhdnb e0bfc24
test(e2e): move inline suite configs into fixtures
bhdnb e9048ff
test(e2e): let teardownSuite delete extra projects
bhdnb 6f6d471
test(e2e): add expectFilesMatch for expected-file checks
bhdnb 9a47a83
test(e2e): add runJson for json command output
bhdnb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The skill still claims the translation pattern is not applied on download, which basic-upload-download contradicts, and still describes the old normalize behavior.