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: attribute to disable the fake Apex call for client only tests #2

Open
stevebuik opened this issue Jan 6, 2017 · 0 comments

Comments

@stevebuik
Copy link
Owner

Some tests need to wait for the initial Apex callback to load the component under test. Greased adds it's own Apex call to the boxcar in order to wait the correct amount of time before starting.

Other tests don't need to wait for an Apex callback i.e. they are client only tests or they use Apex but not for the initial load. In this case, the Greased Apex call is slowing down the test run.

Since refresh is done so much, a small gain like this adds up to real time saved over a day.

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