Skip to content

Commit

Permalink
Merge branch 'ke/minor-upkeep' of https://github.com/kitspace/kitspac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitspace Auto-Merge Bot committed Apr 20, 2024
2 parents a9114d1 + 8fd8eef commit 7dfaede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ docker-compose restart frontend

This is a NodeJS program that processes all the assets and uploads them to an AWS S3 compatible service (in development we use Minio). As with the frontend, changing dependencies requires you to restart the development container.

You can run the processor test-suite, including integration tests by running `scripts/test_processor.sh`.

## Auto Deploys

This repo auto deploys the `master` branch (whether e2e tests pass or not) to our staging server.
Expand Down Expand Up @@ -319,7 +321,7 @@ to try and reproduce the issue locally.

We configure our staging servers using [Ansible](https://docs.ansible.com/ansible/latest/index.html). Our playbooks and roles are in the [ansible](ansible/) directory.

## Running Integration Tests
## Running End-to-End Tests

Make sure that:
1. the frontend is being served at [http://kitspace.test:3000](http://kitspace.test:3000); by following the "Set Up" steps. You can use one of the following options.
Expand Down
Binary file modified frontend/public/static/images/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/static/images/firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7dfaede

Please sign in to comment.