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

Real Browser tests with Karma #35

Closed
Zolmeister opened this issue Sep 25, 2017 · 3 comments
Closed

Real Browser tests with Karma #35

Zolmeister opened this issue Sep 25, 2017 · 3 comments

Comments

@Zolmeister
Copy link

Karma
sample karma config:

{
  singleRun: true,
  frameworks: ['mocha'],
  files: ['./script/test/index.js'],
  browsers: ['ChromeHeadless']
}
@thysultan thysultan changed the title [V8] Real Browser tests with Karma Real Browser tests with Karma Oct 6, 2017
@Zolmeister
Copy link
Author

Also before cutting a release, should be run against all supported real-browsers via SauceLabs (free for open-source)
See karma-sauce-launcher

@Zolmeister Zolmeister mentioned this issue Nov 2, 2017
@thysultan
Copy link
Member

Will we be able to run the mocha tests through this or will there be the need to port/duplicate some tests?

@Zolmeister
Copy link
Author

it will run the mocha tests, though they will need to become isomorphic (run both in browser and node.js)

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

2 participants