Updated QUnit test cases and frameworks#4
Open
swapnilagarwwal wants to merge 3 commits intobrowserstack:masterfrom
Open
Updated QUnit test cases and frameworks#4swapnilagarwwal wants to merge 3 commits intobrowserstack:masterfrom
swapnilagarwwal wants to merge 3 commits intobrowserstack:masterfrom
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]: UncaughtExceptionThe changes in |
|
Blocked by: browserstack/browserstack-local-nodejs#96 |
|
After removing (as suggest by BrowserStack Support) the executable:
this PR worked for me. |
francisf
reviewed
Feb 6, 2020
|
|
||
| QUnit.test("is 2 odd", function( assert ) { | ||
| assert.notOk(isOdd(2), 'two is an even number'); | ||
| }); No newline at end of file |
ajlchiban
approved these changes
Jun 18, 2024
| @@ -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` | |||
| - 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.