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
Previously, it was ran before each test, but just running it once before
all tests is sufficient. So switch from @before to @BeforeClass and make
the its result variable static.
0 commit comments