Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get ember-try working again #78

Open
tomwayson opened this issue Jul 26, 2019 · 0 comments
Open

get ember-try working again #78

tomwayson opened this issue Jul 26, 2019 · 0 comments

Comments

@tomwayson
Copy link
Member

tomwayson commented Jul 26, 2019

I have no idea what the fuck happened in #76 but the whole stack of cards came crashing down.

I could not replicate the template lint errors locally.

I can't run ember-try locally. I can't even really run ember t locally unless I supply the -s parameter, otherwise it "fails" w/ this error at the command line:

➜  ember-esri-loader git:(f/updating-js-api) ember t
Environment: test
cleaning up...
Built project successfully. Stored in "/Users/tom6947/code/ember-esri-loader/tmp/class-tests_dist-E1MO9gxx.tmp".
ok 1 Firefox 68.0 - [1 ms] - ESLint | addon: addon/mixins/esri-module-cache.js
ok 2 Firefox 68.0 - [1 ms] - ESLint | addon: addon/services/esri-loader.js
ok 3 Firefox 68.0 - [0 ms] - ESLint | app: app/services/esri-loader.js
ok 4 Firefox 68.0 - [203 ms] - Acceptance | index: visiting /
not ok 5 Firefox - [undefined ms] - error
    ---
        message: >
            Error: Browser exited unexpectedly
            Error while executing test: Acceptance | map: visiting /map
            Non-zero exit code: 1
            
        Log: |
            { type: 'error', text: 'Error: Browser exited unexpectedly' }
            { type: 'error',
              text: 'Error while executing test: Acceptance | map: visiting /map' }
            { type: 'error', text: 'Non-zero exit code: 1' }
    ...

1..5
# tests 5
# pass  4
# skip  0
# fail  1
Testem finished with non-zero exit code. Tests failed.

Thing is, the tests really pass:

image

It's like the command lost the connection to FireFox.

Here's another riddle - why are tests running in FF locally anyway?

yarn run lint:hbs and ember t -s both pass for me locally, so 🤷‍♂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant