Skip to content

Commit

Permalink
Add step to copy tests from volto clone to project and note about com…
Browse files Browse the repository at this point in the history
…mands.
  • Loading branch information
stevepiercy committed Dec 9, 2024
1 parent d234fd6 commit 7690765
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RECORDINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,16 @@ module.exports = defineConfig({
});
```

Copy all the tests from {file}`submodules/volto/packages/volto/cypress` to {file}`recordings/project-title/frontend/cypress` so you have something to start from.

Now you will start the backend, frontend, and acceptance test servers, one each in its own terminal session.

```{note}
None of these commands are documented anywhere.
You could run `make help`, and get a dump of the commands, but that lacks context for usage.
See https://github.com/plone/documentation/issues/1758.
```

In the current session, issue the following command to start the backend server.

```shell
Expand Down

0 comments on commit 7690765

Please sign in to comment.