Skip to content

Commit

Permalink
Merge 17d2e88 into a30f5aa
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Oct 27, 2020
2 parents a30f5aa + 17d2e88 commit ebc3563
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,468 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ test-frontend-unit:
python test/unit/run_tests.py
@echo "done"

# test-frontend-e2e should use Selenium to perform an end-
# to-end test of the front end components, with a running
# Narrative system.
test-frontend-e2e:
@echo "running frontend end-to-end tests"
cd $(FRONTEND_TEST_DIR)
@echo "done"

build-docs:
cd src && export PYTHONPATH=`pwd` && python2.7 setup.py doc
-mkdir docs
Expand Down
1 change: 0 additions & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Then, simply run (from the narrative root directory) `make test`.
This calls a few subcommands, and those can be run independently for specific uses:

- `make test-frontend-unit` will run only the unit tests on the frontend (i.e. those with the Karma runner)
- `make test-frontend-e2e` will run only the frontend tests that make use of Selenium to simulate a browser on the real Narrative site.
- `make test-backend` will run only the backend Python tests.

### Add Credentials for Tests
Expand Down

0 comments on commit ebc3563

Please sign in to comment.