Skip to content

Commit

Permalink
dev testing sendria installation edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlinnewson committed Nov 27, 2024
1 parent 7a8c9bf commit 240db06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev/testing/en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ We use [Cypress](https://www.cypress.io/) and [PHPUnit](https://phpunit.de/) to

## Requirements

In main branch or OJS Versions released after 3.5, you will need the following email setup to locally run the cypress tests.
In OJS 3.5 or later, you will need to install and run [the Sendria mail server](https://pypi.org/project/sendria/) to locally run the cypress tests:

Install and run Sendria mail server locally
- ```python3 -m pip install sendria``` [see details](https://pypi.org/project/sendria/)
```
python3 -m pip install sendria
```

Add the following mail settings to `config.inc.php` file
Add the following mail settings to your `config.inc.php` file:

```
default = smtp
Expand Down

0 comments on commit 240db06

Please sign in to comment.