[WIP] Convert cypress integration tests to Javascript #6657
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.
This PR consists of the cypress integration tests from the driver package converted to Javascript from Coffeescript. The conversion has been done via the following command:
cypress/.vscode/tasks.json
Line 15 in 844606b
I've converted the files in as few commits as possible. (bulk-decaffeinate creates commits for stages of the conversion.) Please do not squash this commit. :)
A part of #2690
User facing changelog
No user facing changelog specific to these tests should be needed.
Additional details
This PR is a part of continuous improvement in maintaining the codebase. We hope the codebase will be in Typescript. :) Javascript is an intermediate step.
I've reviewed the results of the bulk-decaffeinate command. I've ensured the following:
How has the user experience changed?
No noticeable changes should be detected by the developers and the users. The new version of the tests should work the same as the old Coffeescript ones.
PR Tasks