test: add end-to-end testing setup #332
commit-linting.yaml
on: pull_request
lint-commit-messages
10s
Annotations
1 error
lint-commit-messages
You have commit messages with errors
⧗ input: test: add initial setup for end-to-end testing
includes a new GH Actions workflow that has the necessary preparatory steps for e2e testing:
- install radicle-node and radicle-httpd
- create profile
- create test repo
following instructions from
https://code.visualstudio.com/api/working-with-extensions/testing-extension
Note: we are using the custom test runner, because this allows us to open VS Code with the radicle repo we have previously created in the e2e tests
Signed-off-by: Yorgos Saslis <yorgo@protonmail.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|