You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
If I comment out the Entity annotation then tests passed ok.
example:
package models;
import play.db.jpa.Model;
import javax.persistence.Entity;
//@Entity
public class Employer extends Model {
}
> Task :combineUiTestResults
Combine statistics from
Combine statistics from
Combine statistics from
Combine statistics from
Combine statistics from
-------------------------------
Actions coverage:
Longest test classes:
Longest test methods:
Longest webdriver operations:
Longest webdriver calls:
-------------------------------
BUILD SUCCESSFUL in 42s