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

Testing Image Uploading #15

Open
nelsonic opened this issue Jun 14, 2016 · 2 comments
Open

Testing Image Uploading #15

nelsonic opened this issue Jun 14, 2016 · 2 comments
Labels
enhancement New feature or enhancement of existing functionality

Comments

@nelsonic
Copy link
Member

nelsonic commented Jun 14, 2016

We can do this using Nightwatch.js:
see: http://stackoverflow.com/questions/25919673/file-upload-testing-in-nightwatch-js
and: https://github.com/dwyl/learn-nightwatch

_or_ Karma with PhantomJS
https://github.com/dwyl/learn-karma

@nelsonic nelsonic added the enhancement New feature or enhancement of existing functionality label Jun 14, 2016
@nelsonic nelsonic self-assigned this Jun 14, 2016
@jackcarlisle jackcarlisle mentioned this issue Sep 16, 2016
5 tasks
@nelsonic nelsonic changed the title Testing Image Uploading with Nightwatch Testing Image Uploading Sep 27, 2016
@nelsonic
Copy link
Member Author

nelsonic commented Sep 27, 2016

@jackcarlisle Given that there are already decent step-by-step instructions in that StackOverflow answer http://stackoverflow.com/a/25923000/1148249 maybe go for it with Nightwatch for now...?

@jackcarlisle
Copy link
Member

nightwatch tests have to be run from the examples/direct-upload directory with the following command:
$ ./../node_modules/.bin/nightwatch

If $ /node_modules/.bin/nightwatch is run from the root image-uploads it says it can't find the nightwatch tests directory.

jackcarlisle added a commit that referenced this issue Sep 27, 2016
@jackcarlisle jackcarlisle removed their assignment Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement of existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants