Refactor endpoint tests
Replace force_login calls with login call from client class in setUp
This commit is contained in:
parent
428cd39d13
commit
6a4f33c182
135 changed files with 4315 additions and 1336 deletions
9
docker/webpack
Normal file
9
docker/webpack
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM node:12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json /app/
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . /app/
|
||||
Loading…
Add table
Add a link
Reference in a new issue