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

[test] Improve the browser testing performance #27

Merged
merged 4 commits into from
Jan 19, 2018

Conversation

qiuzhong
Copy link
Collaborator

  • Support multiple html pages testing parallely for browser tests.
  • Add a JSON format file to specify the html pages for browser
    testing so we need not pass them to the command line.
  • Move the dependencies packages used in browser testing to the
    devDependencies field in package.json.

* Split the tests into two parts: pure Node.js test cases in node.js directory
  and browser test cases in browser directory.
* Set up the puppeteer environment for Travis CI.
* Add a sanity test for CI validation
* Add a JSON format file to specify the html pages for browser
  testing so we need not pass them to the command line.
* Move the dependencies packages used in browser testing to the
  devDependencies field in package.json.
@minggangw
Copy link
Member

LGTM and thanks!

@minggangw minggangw merged commit 344268a into RobotWebTools:develop Jan 19, 2018
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.

None yet

2 participants