0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00
verdaccio/packages/server/test
Juan Picado 558d78f32a feat: flexible user interface generator (#2070)
* feat: flexible template generator and manifest

* chore: add changeset

* chore: restore dep

* chore: add docs

* chore: update snapshots

* chore: update docker examples for v5

* chore: refactor web module

* chore: format

* chore: refactor web api endpoints

* test: add test for user login web

* chore: refactor endpoints

* chore: fix merge

* chore: fix merge

* Update ci.yml

* chore: test

* chore: add static

* chore: update script

* chore: fix e2e

* chore: fix method

* docs: update v5 relative docker example

* chore: update html render

* chore: update style

* Update .prettierignore

* chore: update changeset

* chore: use pnpm6 on run test

temporary ci

* chore: drop node 16 for pnpm 6

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: remove circle ci

* chore: better url prefix handling

* chore: format code

* chore: remove test node 10

* docs: add docker v5 relative revers proxy example

* chore: use base html tag

* chore: update test
2021-04-09 17:54:38 +02:00
..
api chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
basic feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
jwt chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
package-access chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
profile chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
proxy chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
storage chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
token feat: remove level dependency by lowdb for npm token cli as storage (#2043) 2021-04-09 17:54:31 +02:00
web feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
.eslintrc refactor: test api refactor (#1826) 2021-04-09 17:54:11 +02:00
README.md build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00

Testing

The test are structured by feature following this shape:

 test
  --- feat
       --- config.yaml
       --- spec.test.ts
       --- mock (storage folder) optional
       --- partials (optional)