Skip to content

1.5 browser testing migrated to karma #310

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

Merged
merged 9 commits into from
Nov 30, 2017

Conversation

ali-ince
Copy link
Contributor

Migration of browser-based tests from gulp-jasmine-browser to karma. Removed phantomjs dependency and added required configuration for firefox & chrome based headless browsers. Currently, tests are run only on firefox because of a server based test failure on chrome.

Copy link
Contributor

@lutovich lutovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ali-ince changes look good to me. Made couple small comments. Also we probably need license headers for added js files.

}, cb).start();
});

gulp.task('run-browser-edge', function(cb){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe run-browser-test-edge as others?

package.json Outdated
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.31",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it important to not add ^ in version here?

@lutovich lutovich merged commit c5a17b6 into neo4j:1.5 Nov 30, 2017
@ali-ince ali-ince deleted the 1.5-browser-testing-migrated-to-karma branch December 4, 2017 11:35
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

Successfully merging this pull request may close these issues.

2 participants