You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests must fail for both server and client runs, a folder called test-results must be created and contain exactly two files: server.xml and client.xml.
Actual result
Folder test-results is created but contains only server.xml file, and client.xml is missing.
The text was updated successfully, but these errors were encountered:
Example app
https://github.com/imajus/meteor-browser-tests-issue
Reproduction steps
meteor npm install meteor npm test
Expected result
Tests must fail for both server and client runs, a folder called
test-results
must be created and contain exactly two files:server.xml
andclient.xml
.Actual result
Folder
test-results
is created but contains onlyserver.xml
file, andclient.xml
is missing.The text was updated successfully, but these errors were encountered: