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

Foundations for a test suite #76

Open
3 tasks done
mksndz opened this issue Sep 17, 2020 · 1 comment
Open
3 tasks done

Foundations for a test suite #76

mksndz opened this issue Sep 17, 2020 · 1 comment
Assignees

Comments

@mksndz
Copy link
Member

mksndz commented Sep 17, 2020

We need to add a test suite to this app. The prudent place to start is with feature specs that will test all aspects of the application. Before we can start writing specs, we need:

  • install & configure rspec and capybara
  • figure out & configure a headless browser configuration to allow our javascripty behaviour to be tested. see apparition?
  • figure out a way to run solr in a testing environment. a docker container with solr might do and work well with out ci setup. sample data will also need to be indexed on each run.
@mksndz mksndz self-assigned this Sep 17, 2020
@mksndz
Copy link
Member Author

mksndz commented Oct 9, 2020

see spec branch for ongoing work

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

No branches or pull requests

1 participant