-
Notifications
You must be signed in to change notification settings - Fork 74
[BI Data Mapper] Add Level 01 E2E test #653
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
Merged
Merged
Changes from 78 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
40d00fe
Update tsconfig libs
KCSAbeywickrama b16674f
Init e2e test for inline data mapper
KCSAbeywickrama 572830b
Merge branch 'quick-merge' of github.com:wso2/vscode-extensions into …
KCSAbeywickrama 4e49216
Add refresh util function to ProjectExplorer
KCSAbeywickrama 90beffd
Open Data Mapper from project explorer
KCSAbeywickrama 2aa1c65
Merge branch 'quick-merge' of github.com:wso2/vscode-extensions into …
KCSAbeywickrama db3f775
Add single direct mapping
KCSAbeywickrama 64e55f9
Fix resumeVSCode not loading existing project
KCSAbeywickrama dfd00c2
Implement load existing project and do a basic mapping
KCSAbeywickrama 3ace677
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 8ac6213
Rename DataMapper.ts -> DataMapperUtils.ts
KCSAbeywickrama ccb7d2c
Add tests: basic mappings upto expression bar
KCSAbeywickrama caae34d
Update ids for e2e tests
KCSAbeywickrama a728544
Add tests: Basic mappings upto custom function
KCSAbeywickrama 25a140b
Add tests: basic mapping deletes
KCSAbeywickrama 1c28641
Add tests: add basic mappings data files
KCSAbeywickrama 32e1d53
Add tests: update basic mapping deletes
KCSAbeywickrama 7a47b6a
Move testBasicMappings to utils
KCSAbeywickrama db0b8bc
Add data files for inline data mapper array testings
KCSAbeywickrama 0dd64b5
Add reusable-data-mapper.spec.ts
KCSAbeywickrama 87d5a70
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 6f54f6c
Add reusable data mapper to the project
KCSAbeywickrama eb7b0b5
Restructure data files
KCSAbeywickrama 9d68c89
Add basic tests for reusable data mapper
KCSAbeywickrama f03acff
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 17bc4ae
Enhance TreeHeader styling with outline for selected state
KCSAbeywickrama ec2b735
Add root level direct mapping tests and reoragnize data files
KCSAbeywickrama 6419ca7
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 9b2e177
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama fcebae8
Merge branch 'bi-dm-refresh-reset-btns' into bi-dm-e2e-test
KCSAbeywickrama b37cf16
Update data-testid and id attributes for QueryExprConnectorNodeWidget…
KCSAbeywickrama 23d0b72
Merge branch 'bi-dm-refresh-reset-btns' into bi-dm-e2e-test
KCSAbeywickrama a41d83b
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama 986dce2
Add data-testid attribute to back button in DataMapperHeader
KCSAbeywickrama bd79f29
Add array mapping tests for inner field access
KCSAbeywickrama 73b418f
Add array root tests
KCSAbeywickrama b3925d1
Merge branch 'bi-dm-refresh-reset-btns' into bi-dm-e2e-test
KCSAbeywickrama ae48f1e
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama 2b416ca
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama cf6ece6
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama cf07ce3
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama df3405f
Run all L1 tests with using refresh feature
KCSAbeywickrama 8a5e79a
Add "src/test/test-resources" to tsconfig.json exclude list
KCSAbeywickrama 9778998
Refactor Inline Data Mapper tests to enhance structure and add new te…
KCSAbeywickrama 09e1b3e
Reorder basic mappinngs and add test for clear all mappings
KCSAbeywickrama 92e820c
Refactor reusable Data Mapper test names for consistency and clarity
KCSAbeywickrama 2c172e6
Restructure and update init and types data files
KCSAbeywickrama 26a4798
Restructure and update map and del data files
KCSAbeywickrama 133f0f1
Refactor verifyFileContent function to restore file comparison logic
KCSAbeywickrama a47e958
Merge branch 'bi-dm-root-array-fix' into bi-dm-e2e-test
KCSAbeywickrama 6369ffe
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama 522892b
Remove unused commented code blocks
KCSAbeywickrama ad5d635
Restructure methods under FileUtils and TestScenarios
KCSAbeywickrama cecb2a6
Enhance Inline Data Mapper Create test by adding value assertion for …
KCSAbeywickrama 5817893
Refactor test names and logging in Data Mapper tests for clarity
KCSAbeywickrama 3484585
Rename data -> dm-data
KCSAbeywickrama 2649467
Fix namespace typo in TestScenarios
KCSAbeywickrama add0d0b
Add logs for start and complete
KCSAbeywickrama 462191a
Add Data Mapper tests to the test list
KCSAbeywickrama 56a832c
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama e457d38
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 583bb66
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama 61ce550
Merge branch 'bi-dm-header-map' into bi-dm-e2e-test
KCSAbeywickrama ad18e05
Remove breadcrumb label test
KCSAbeywickrama b5b58a9
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama ace2027
Run only DM tests to validate DM tests in CI
KCSAbeywickrama 724a78e
Merge branch 'main' into bi-dm-e2e-test
KCSAbeywickrama d63a82d
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama bb259d2
Merge branch 'bi-dm-e2e-test' of github.com:KCSAbeywickrama/vscode-ex…
KCSAbeywickrama c418763
Expose refresh function for DataMapper in Playwright tests
KCSAbeywickrama 44d3686
Force click on "Open in Data Mapper" button in inline data mapper tests
KCSAbeywickrama b6d2b5d
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 31693bb
Fix variable name typo in Data Mapper tests
KCSAbeywickrama a40dde2
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 7ade4a3
Update test scenarios to support query connector node
KCSAbeywickrama 9e5b790
Update reusable data mapper create test
KCSAbeywickrama 1691293
Remove force option from "Open in Data Mapper" button clicks in inlin…
KCSAbeywickrama 1541fb6
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 3b8d313
Rename menu item ID from "a2a-direct" to "direct" in MappingOptionsWi…
KCSAbeywickrama e484f86
Re-enable other tests in test list
KCSAbeywickrama ac33180
Merge branch 'main' into bi-dm-e2e-test
KCSAbeywickrama 8c6f181
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 8e34ade
Update import paths to use helpers module in datamapper test files
KCSAbeywickrama 857e519
Merge branch 'main' of github.com:wso2/vscode-extensions into bi-dm-e…
KCSAbeywickrama 409e840
Remove direct window function exposure for data mapper refresh and up…
KCSAbeywickrama File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.