-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feedback from the current onboarding workflow #14
Comments
The |
This is great feedback, thank you; I will get on to it, but I'm heads-down in another problem right now. |
@simoncozens If you are okay, I can take care of that :) |
I would add that FONTLOG and ABOUT are also not necessary. We ask the designers to put all of this stuff in the README to avoid multiplication of files they forget to update. |
@vv-monsalve I just tested with --imgs arguments, and since Browserstack needs credential, it blocks the action. It also crashes when too much people is using it at the same time so… no images is better probably. |
Just a thought: would it help to have two new make targets:
|
Alternatively if we are trying to things driven more by GitHub actions instead of having people need to use the command line directly, there may be a way to do this the other way around: have GitHub actions do the above when a tag is pushed. |
Notes from today's meeting:
|
This is harder than it seems, because doing stuff with GitHub requires access tokens and they're not very easy to set up. I'd love a way to redirect the user to a GH URL where they create their token and then paste it back into the command line (I think the official gh client works like this) but I haven't found an easy way to do it yet. |
I think this is as done as it can be. |
After testing the UFR in a new project, it has been a great tool particularly to simplify the building process :) The following are some suggestions based on the current onboarding workflow.
Repository Structure
Testing
-l WARN
to focus the attention on Warns and Fails.Proofing
--imgs
argument to create images of BrowserStack preview results on Browsers (currently Safari, Chrome and Edge results are included). This allows receiving results from OS and Windows platforms and different browsers, which is key for the testing stage, e.g.Tagging @RosaWagner and @eliheuer for their thoughts on this.
The text was updated successfully, but these errors were encountered: