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

[WIP] Browser-based end to end testing with Robot #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kmader
Copy link
Collaborator

@kmader kmader commented Sep 24, 2018

Getting end-to-end tests for the widget

Fixes #18

using JYVE as an example of how to jupyter test
adding install line
adding before install scripts
changing to source
adding 'BROWSER' step to the `TO_TEST` matrix to create and install all the needed packages
@codecov-io
Copy link

codecov-io commented Sep 24, 2018

Codecov Report

Merging #19 into master will decrease coverage by 1.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   89.18%   88.06%   -1.13%     
==========================================
  Files           4        4              
  Lines         148      176      +28     
==========================================
+ Hits          132      155      +23     
- Misses         16       21       +5
Impacted Files Coverage Δ
cornerstone_widget/cs_widget.py 86.76% <0%> (-1.2%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abbb2f4...01ce352. Read the comment docs.

@bollwyvl
Copy link

For chrome in travis, in .travis.yml, i'd recommend

sudo: required
addons:
  chrome: stable

Once you get one browser working, you can trade build time for increasing the value of your work by testing with more browsers: for SCIENCE, I can now recommend Firefox ESR, which fully supports headless testing.

addons:
  firefox: latest-esr

I don't usually bother with edge or safari... ¯_ :neckbeard: _/¯

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.

3 participants