Guest User

Untitled

a guest
Mar 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @Override
  2. protected void starting(Description description) {
  3. if (!eyes.getIsDisabled() && eyes.getBatch() == null) {
  4. throw new IllegalArgumentException(
  5. "The branchName parameter or the Bamboo environment variables are required if visual testing is enabled " +
  6. "(the applitoolsKey property is provided).");
  7. }
  8. testName = description.getTestClass().getSimpleName() + "." + description.getMethodName();
  9. }
Add Comment
Please, Sign In to add comment