-
- Downloads
[WIP] Bootstrap end to end tests with cypress
Summary: Setup an environment to perform end to end tests using the [[ https://www.cypress.io/ | cypress ]] Test Runner. Before running the tests, Software Heritage web application is executed in the background using in-memory storages for fetching data contained in a sample archive. To easily run the tests, two new make targets have been added: - `test-frontend`: Run tests in headless mode (this should be used in a CI environment) - `test-frontend-ui`: Run tests using the cypress GUI As an example, a couple of tests regarding the highlighting of lines of code have been added. Related T1768 Reviewers: #reviewers Subscribers: shisus, kalpitk Differential Revision: https://forge.softwareheritage.org/D1565
parent
82027bbd
No related branches found
No related tags found
Showing
- Makefile.local 8 additions, 0 deletionsMakefile.local
- cypress.json 4 additions, 0 deletionscypress.json
- cypress/fixtures/example.json 5 additions, 0 deletionscypress/fixtures/example.json
- cypress/integration/code-highlighting.spec.js 65 additions, 0 deletionscypress/integration/code-highlighting.spec.js
- cypress/plugins/index.js 14 additions, 0 deletionscypress/plugins/index.js
- cypress/support/commands.js 25 additions, 0 deletionscypress/support/commands.js
- cypress/support/index.js 24 additions, 0 deletionscypress/support/index.js
- package.json 2 additions, 0 deletionspackage.json
- swh/web/assets/config/.eslintrc 4 additions, 2 deletionsswh/web/assets/config/.eslintrc
- swh/web/browse/views/origin.py 1 addition, 1 deletionswh/web/browse/views/origin.py
- swh/web/settings/tests.py 21 additions, 4 deletionsswh/web/settings/tests.py
- swh/web/tests/data.py 15 additions, 0 deletionsswh/web/tests/data.py
- swh/web/tests/testcase.py 5 additions, 13 deletionsswh/web/tests/testcase.py
- yarn.lock 429 additions, 20 deletionsyarn.lock
Loading
-
Some references in the commit message have been migrated:
- T1768 is now #1768 (closed)
- D1565 is now !118 (closed)
Please register or sign in to comment