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

Ability to run integration tests locally #26

Open
jesperronn opened this issue Oct 25, 2015 · 3 comments
Open

Ability to run integration tests locally #26

jesperronn opened this issue Oct 25, 2015 · 3 comments
Milestone

Comments

@jesperronn
Copy link
Contributor

I have problems getting saucelabs to run our test suite (it was added by @jharding in twitter/typeahead.js project back in 2014, but broke at some point in time).

Now, some of the problem is covered by #20 and #21. But actually being able to run the integration tests locally would help so that we can see and debug errors with the actual suite.

The file integration/test.js is the actual test, but also sets up Saucelabs-specific variables.

The task will be to make a split, so that we can run a simple task locally (which probably could use Phantom).

For example:

npm run test:integration
@jesperronn jesperronn changed the title Abilitty to run integration tests locally Ability to run integration tests locally Oct 25, 2015
@sheeley
Copy link
Contributor

sheeley commented Nov 21, 2015

@jesperronn have you done any work on this? Want me to take a look?

@jesperronn
Copy link
Contributor Author

@sheeley to be honest, no. I haven't looked into it since. Running the tests will be a big plus for the project, so I encourage you (and anybody else) to look into it. And make a fix.

@jlbooker jlbooker added this to the v1.1.0 milestone Nov 10, 2016
@colinrotherham
Copy link
Contributor

@jesperronn @sheeley I've updated dependencies and got the tests running again here (couple of Promise-based tests needed updating, mainly PhantomJS etc).

It's on this pull request: #104
(via this commit: 9c6e693)

@jlbooker jlbooker modified the milestones: v1.1.0, v1.2.0 Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants