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

[feature]: pw.env.set should accept integer value #4010

Open
1 task done
shipko opened this issue Apr 26, 2024 · 0 comments
Open
1 task done

[feature]: pw.env.set should accept integer value #4010

shipko opened this issue Apr 26, 2024 · 0 comments
Labels
feature New feature or request

Comments

@shipko
Copy link
Contributor

shipko commented Apr 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Summary

I ran into a compatibility issue when importing collections from postman.

The standard query running in postman pm.environment.set("test", 123) does not work when adapting to hoppscotch.

The script
pw.env.set("test", 123) does not work because only string variables are accepted as values.

I suggest adding the ability to add integer variables as well

Why should this be worked on?

Simple engineers may not guess about this feature, the standard function does not work, the credibility of the product will be undermined

@shipko shipko added the feature New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant