php-coder / mystamps

The site about post stamps where you can create a virtual collection
https://my-stamps.ru
GNU General Public License v2.0
20 stars 33 forks source link

Enable random order of the integration tests #640

Open php-coder opened 7 years ago

php-coder commented 7 years ago

http://robotframework.org/MavenPlugin/run-mojo.html#randomize

php-coder commented 7 years ago

When I enabled randomization of suite, all tests passed.

php-coder commented 7 years ago

With randomization mode all the following tests are failing:

php-coder commented 7 years ago

Enabling random order for the tests that test for submitting a form with only required fields is tricky. In this case it's possible that the field is non-empty and contains a value from other test.