Skip to main content

All Questions

Tagged with
1 vote
2 answers
1k views

afterEach not waiting to complete before continuing

I use afterEach to logout, but my tests try to login before afterEach completes logging out. I'm trying to avoid the use of sleep statements (really slows things down). How can I get a test to wait ...
HenrikBechmann's user avatar
3 votes
1 answer
3k views

How to send an email when protractor e2e test case fails?

I am writing protractor e2e test cases. While running the test cases, if any test case fails it should send an email. How to do that? Thanks in advance.
Nagarjuna Reddy's user avatar
5 votes
1 answer
8k views

Protractor e2e test table header and <tr>,<td> tags

I am using below table. In that I want to test each tag(th, td tags), Text in that tags and count of that text. HTML snippet <table class="table table-striped"> <tbody> <tr>...
Nagarjuna Reddy's user avatar
0 votes
1 answer
338 views

why do my @BeforeClass block junit run?

I try to run junit from my main() method: public static void main(String... args) throws ClassNotFoundException, IOException { ... logger.debug("className " + className + "methodName " + ...
Elad Benda2's user avatar
  • 14.9k
54 votes
5 answers
22k views

Can protractor be made to run slowly?

Is there a way to run a Angular E2E test written using protractor slowly so that I can watch what is happening?
cortfr's user avatar
  • 1,125
2 votes
1 answer
1k views

How to end to end test a web application?

As far as I know, end to end tests are black box tests, so I should not know anything about the application, just use its interface and check the result... But how should I check a read-only api, if I ...
inf3rno's user avatar
  • 25.6k

15 30 50 per page
1
67 68 69 70
71