Skip to content

Commit

Permalink
Add some notes re. ClojureScript implementation, store source-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Dec 12, 2018
1 parent aa2676c commit a8ae868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions notes.org
Expand Up @@ -57,6 +57,10 @@
- [ ] detect load errors / step definition errors
- [ ] --watch feature step/files

** ClojureScript
- file/line not (always) correct
- need to manually add test dir to classpath
- automatically pick a free port for the websocket
** Internal
- [ ] Add smoke tests for all reporters and plugins (anything that is loaded conditionally)
- [X] Run CI on different levels of Java and Clojure
Expand Down
1 change: 0 additions & 1 deletion tests.edn
Expand Up @@ -5,6 +5,5 @@
:test-paths ["test/shared" "test/unit"]}
{:id :integration
:type :kaocha.type/cucumber
:source-paths ["src"]
:test-paths ["test/features"]
:cucumber/glue-paths ["test/step_definitions"]}]}

0 comments on commit a8ae868

Please sign in to comment.