Skip to content

Commit

Permalink
add comment for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Mar 20, 2021
1 parent 655d2c7 commit f927870
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/test/java/alfio/e2e/NormalFlowE2ETest.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@

import static org.openqa.selenium.support.ui.ExpectedConditions.presenceOfElementLocated;

/**
* For testing with browserstack you need:
* Enable the profiles e2e and travis
* -Dspring.profiles.active=e2e,travis
*
* And pass the following env var:
* - browserstack.username=
* - browserstack.access.key=
* - e2e.server.url=
* - e2e.server.apikey=
*/
@ContextConfiguration(classes = { TestConfiguration.class, NormalFlowE2ETest.E2EConfiguration.class })
@ActiveProfiles({Initializer.PROFILE_DEV, Initializer.PROFILE_DISABLE_JOBS, Initializer.PROFILE_INTEGRATION_TEST})
@SpringBootTest
Expand Down

0 comments on commit f927870

Please sign in to comment.