-
Notifications
You must be signed in to change notification settings - Fork 18
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
Updated QUnit test cases and frameworks #4
base: master
Are you sure you want to change the base?
Conversation
Your PR did not work for me, I am getting: 28 01 2020 21:48:06.681:INFO [karma-server]: Karma v4.4.1 server started at http://0.0.0.0:9876/
28 01 2020 21:48:06.686:INFO [launcher]: Launching browsers bs_chrome_windows, bs_iphoneX with concurrency unlimited
28 01 2020 21:48:06.728:INFO [launcher]: Starting browser chrome 72.0 (Windows 10) on BrowserStack
28 01 2020 21:48:06.729:INFO [launcher]: Starting browser iPhone X (ios 11.0) on BrowserStack
28 01 2020 21:48:06.733:ERROR [karma-server]: UncaughtException The changes in |
Blocked by: browserstack/browserstack-local-nodejs#96 |
After removing (as suggest by BrowserStack Support) the executable:
this PR worked for me. |
|
||
QUnit.test("is 2 odd", function( assert ) { | ||
assert.notOk(isOdd(2), 'two is an even number'); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}); | |
}); | |
@@ -32,11 +31,3 @@ You can further customize configuration in karma.conf.js. For detailed reference | |||
Execute the following command to run the karma tests: | |||
|
|||
`npm test` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P
- Use Karmav0.12 or below and add `transports: ['websocket','jsonp-polling']` to the karma.conf.js file | ||
- Checkout [karma issue] for more details. | ||
|
||
[dashboard]:https://www.browserstack.com/automate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sudo install
No description provided.