Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

Test passes in --server mode but fails without

$
0
0

@belgoros wrote:

I have a weird behaviour when running tests with ember t in the Terminal, - there is one that fails with:

Testem finished with non-zero exit code. Tests failed.

not ok 9 Chrome - [undefined ms] - error
    ---
        message: >
            Error: Browser exited unexpectedly
            Error while executing test: Acceptance | Address: Authenticated users can visit /address
            Non-zero exit code: null
            Stderr: 

DevTools listening on ws://127.0.0.1:51916/devtools/browser/f31a18cc-452c-4de2-a3b2-dbfc50865f72
            [0809/114553.464989:WARNING:system_snapshot_mac.cc(42)] sysctlbyname kern.nx: No such file or directory (2)
            [0809/114553.478836:WARNING:gpu_process_host.cc(1188)] The GPU process has crashed 1 time(s)
...

There is much more output, I just dropped it for easier reading.

When I run the same tests but with --server option, they pass all.

What’s wrong with that? I didn’t make any code nor settings changes.

Thank you.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles