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

feature/tests: Add tests as a module #5

Conversation

cambell-prince
Copy link
Contributor

Add tests as a module

  • e2e tests with chrome and phantomjs
  • gulp build tasks
  • travis yml to run e2e tests on travis-ci.org

I would like to see the tests included with the main code as this will keep them in sync with the code that they test. The tests folder is excluded via .gitattributes if so they will not appear in a tarball generated via git archive.

Currently the e2e tests using chrome and phantomjs are working (though see PR #3).

- e2e tests with chrome and phantomjs
- gulp build tasks
- travis yml to run e2e tests on travis-ci.org
- Update unit test dependencies in TestEnvironment
- Split session.inc class and function into session_utils.inc.
  This simplifies the dependencies in the unit tests.
- add, update, readback for customer
- add, update, readback for supplier
@cambell-prince cambell-prince changed the title feature/tests: Add tests as a module unstable-feature/tests: Add tests as a module Jan 23, 2016
@cambell-prince
Copy link
Contributor Author

The builds can be seen on travis-ci.org

@cambell-prince
Copy link
Contributor Author

This is now outdated. I currently test with headless chrome rather than phantom. You can pull it in from my repo if you wish.

@cambell-prince cambell-prince changed the title unstable-feature/tests: Add tests as a module feature/tests: Add tests as a module Dec 26, 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.

1 participant