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

Speed up tests #685

Open
mvz opened this issue Jan 1, 2020 · 0 comments
Open

Speed up tests #685

mvz opened this issue Jan 1, 2020 · 0 comments

Comments

@mvz
Copy link
Contributor

mvz commented Jan 1, 2020

Summary

Aruba's tests take too long. Especially on JRuby, but on MRI they're still take quite long. Let's make them faster.

Possible Solutions

  • Test edge cases as unit tests instead of using an end-to-end test. This will probably mean moving them from cucumber to rspec.
  • Figure out a way to reduce indirection. Current feature tests often do a nested cucumber run, which itself does a nested run of some Ruby program.

Steps to Reproduce (for bugs)

Look at a typical Travis build.

Context & Motivation

Development is slow when you need to wait that long for a build to finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant