hashicorp / vscode-terraform

HashiCorp Terraform VSCode extension
https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform
Mozilla Public License 2.0
922 stars 179 forks source link

Move wdio testing to test folder #1765

Closed jpogran closed 4 months ago

jpogran commented 4 months ago

This moves the WDIO tests to src/test/e2e. This is to make it easier to view and maintain all of the extension tests in the same place.

This required moving the wdio.conf.ts and the typescript files to src/test/e2e and updating the paths in the files to reflect the new location of the tests.

This also modified the npm prepare script to also install the wdio dependencies inside the src/test/e2e directory.

There were several minor fixes to existing WDIO tests to account for the recent HCP Terraform rename.

github-actions[bot] commented 3 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.