-
Notifications
You must be signed in to change notification settings - Fork 109
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
UI: Add custom JS editor in create test screen #465
Comments
Hey. I would like to work on this issue. Can you assign me please? |
Hi @alexandravassova of course that would be great! We are available on our Slack workspace if you want to stop by say hello and if have any questions |
Hi @alexandravassova, have you had a chance to start this issue yet? Can I help in any way? |
Yes, I have started working on it. However, I'm not sure if my task is just to prepare a tab, which will open JS editor after clicking on it, or also to do something with data inside JS Editor after clicking on submit ? |
It's a good question and you're right the issue's description didn't take this into account. Let's split this feature to two issues:
Would be awesome if after this issue you could also continue to the second one that will be opened once this is merged. Let me know if have any more questions :) |
hey, i have problems with showing this JS font awesome icon, because this icon is not available in font-awesome 4.7.0 npm library https://www.npmjs.com/package/font-awesome, which is used in this project. i am confused how to add this JS icon to the project correctly. Could you give me some advice please? |
you're right that's my bad, let's use this icon then: https://fontawesome.com/v4.7.0/icon/code please 🙏 |
Is your feature request related to a problem? Please describe.
In order to run custom JS in a test, there are too many steps:
Since the custom JS is directly related to the step/scenario written - this flow should be initiated directly from the create test screen.
Describe the solution you'd like
Add another tab to the step/scenario screen when creating a test that will open up a similar JS file editor that is currently implemented in the
processors
part of the UI.Additional context
Current create test screen:
The
JS
icon should be to the left of the duplicate iconIcon to use:
https://fontawesome.com/icons/node-js?style=brands with smallest size and with same color as the other icons next to it
The text was updated successfully, but these errors were encountered: