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

Build Testing #534

Open
tylerkrupicka opened this issue Oct 1, 2020 · 3 comments
Open

Build Testing #534

tylerkrupicka opened this issue Oct 1, 2020 · 3 comments
Labels
enhancement New feature or request hacktoberfest Great for contribution during hacktoberfest.

Comments

@tylerkrupicka
Copy link
Contributor

One of the hardest parts of this project is testing because so much of the builds require external packages that run against the file system. Mocking lots of files would be an improvement, but also difficult.

I'd love to see some out-of-the-box thinking with regard to testing this project. Can we test scaffolding a new repo? Can we test a component build with different settings?

I'm open to suggestions and contributions in this space, but it may require looking at other projects like Create React App to see what they do.

@tylerkrupicka tylerkrupicka added enhancement New feature or request hacktoberfest Great for contribution during hacktoberfest. labels Oct 1, 2020
@chopkarankit
Copy link

testing the application is a very easy part only you know what type of testing you do and on which module you test and which module is not test .

@tirthjivani
Copy link

@chopkarankit and @tylerkrupicka the part you both are talking about 'Testing' depends on how robust the code is and how much segregated the code files are. I would be glad to tell you that I have worked on two different projects one with documented testing and one project with no direction. It took no time in the first project but the second project shooked every breath of ours for testing.

There are many techniques for testing a project, try this Software Testing Help. And it's very important to maintain track of where exactly the process is going and what were the needs.

Looking forward to contributing.

@anjaliguptaz
Copy link

@tylerkrupicka I see codecov integration not there for this project https://codecov.io/gh/intuit/design-systems-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Great for contribution during hacktoberfest.
Projects
None yet
Development

No branches or pull requests

4 participants