arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

Inconsisten test results of laika #107

Open jvdmagtanong opened 10 years ago

jvdmagtanong commented 10 years ago

Hi,

I get different test results of laika everytime i run it. Below is the result of my first run:

Users ✓ User created successfully 1) User enters null gender 2) User enters blank gender 3) User enters space on gender 4) User enters null birthday 5) User enters blank birthday 6) User enters space on birthday 7) User enters null summary 8) User enters blank summary ✓ User enters space on summary ✓ User enters null username 9) User enters blank username 10) User enters space on username 11) User enters invalid format for email address 12) User enters null email address 13) User enters blank email address 14) User enters space on email address 15) User created successfully and profile completeness is 40% 16) User created successfully and profile completeness is 70% with interests 17) User created successfully and profile completeness is 70% with photo 18) User created successfully and profile completeness is 100%

3 passing (20s) 18 failing

On the second run, here are the results:

Users ✓ User created successfully 1) User enters null gender 2) User enters blank gender 3) User enters space on gender 4) User enters null birthday 5) User enters blank birthday 6) User enters space on birthday ✓ User enters null summary 7) User enters blank summary 8) User enters space on summary ✓ User enters null username 9) User enters blank username 10) User enters space on username ✓ User enters invalid format for email address 11) User enters null email address 12) User enters blank email address 13) User enters space on email address ✓ User created successfully and profile completeness is 40% 14) User created successfully and profile completeness is 40% 15) User created successfully and profile completeness is 70% with photo 16) User created successfully and profile completeness is 100%

5 passing (15s) 16 failing