Skip to content
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

fix: Web test's launch.json configuration #78

Open
d-jeffery opened this issue Oct 3, 2023 · 0 comments
Open

fix: Web test's launch.json configuration #78

d-jeffery opened this issue Oct 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@d-jeffery
Copy link
Contributor

Regarding #77

I have not been able to get the launch.json configuration to run & debug the test suite in a browser. The test suite doenst appear to accept a ENV var like the test suite does for the node variation, and the extension in web mode doesnt use the browser's file scheme.

Development mode for Node -> file://
Development mode for Web -> file://
Chromium Browser -> vscode-test-web://

This means we can't easily debug the web tests via launch.json:
https://github.com/openfga/vscode-ext/blob/main/.vscode/launch.json#L60-L76

@d-jeffery d-jeffery added the enhancement New feature or request label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant