Equibit / wallet-ui

0 stars 1 forks source link

Issues/1088 partial order trade #1119

Closed elliot-tio closed 6 years ago

elliot-tio commented 6 years ago

For #1088

E2E tests for partial sell/buy orders. Tests are not complete due to bugs found when creating partial orders, but they do not affect the currently applied tests. Another issue will be made to complete the remaining tests once the bugs are dealt with.

elliot-tio commented 6 years ago

I have introduced the --group flag to cypress run in this PR. This allows us to manually group test suites together - however this prevents parallelization of the tests (since we only use 3 machines, previously 2 were used for parallel e2e and 1 for unit, but now we use 1 e2e-transactions, 1 e2e-all others, and 1 uit). This can be further optimized, but I've decided to leave it for another PR (#1118 ) which is closely related to the issue.