You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/development/dev.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ System requirements:
8
8
- Java 17
9
9
-[Docker](https://www.docker.com/) & [Docker Compose](https://docs.docker.com/compose/) is optional but makes running MySQL and Solr more convenient
10
10
-[Supervisord](http://supervisord.org/) is optional but makes running the development servers more convenient
11
+
-[mysql-client](https://www.bytebase.com/reference/mysql/how-to/how-to-install-mysql-client-on-mac-ubuntu-centos-windows/) is required in order to load demo data or other sql dumps onto the database
11
12
12
13
Currently supported platforms for development:
13
14
@@ -361,19 +362,7 @@ at all times._
361
362
362
363
## Running the tests
363
364
364
-
ArchivesSpace uses a combination of RSpec, integration and Selenium
365
-
tests.
366
-
367
-
./build/run travis:test
368
-
369
-
It's also useful to be able to run the backend unit tests separately.
370
-
To do this, run:
371
-
372
-
./build/run backend:test
373
-
374
-
You can also run a single spec file with:
375
-
376
-
./build/run backend:test -Dspec="myfile_spec.rb"
365
+
### Backend tests
377
366
378
367
_By default the tests are configured to run using a separate MySQL & Solr from the
379
368
development servers. This means that the development and test environments will not
0 commit comments