Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Ludwig Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
Ludwig Integration
Commits
3d79e69b
Commit
3d79e69b
authored
1 year ago
by
Klaas Kliffen
Browse files
Options
Downloads
Patches
Plain Diff
docs: update README
parent
c46f4b56
No related branches found
No related tags found
1 merge request
!1
Initial setup
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-2
14 additions, 2 deletions
README.md
with
14 additions
and
2 deletions
README.md
+
14
−
2
View file @
3d79e69b
# Ludwig Integration Test
# Ludwig Integration Test
## Running integration test
This repo contains the integration test for Ludwig.
It is based on Selenium, which requires some additional packages to be available, therefore
it is recommended to run the integration test inside of docker.
It uses a docker bind volume to include the tests from the
`tests`
directory in the container.
## Running the integration test
```
bash
```
bash
docker compose run integration pytest
export
FE_VERSION
=
""
# container tag; defaults to latest
export
BE_VERSION
=
""
# container tag; defaults to latest
docker compose run
--rm
integration pytest
```
```
## Work in progress
-
Database migrations & data fixtures
-
Test isolation (wrt. data in the DB)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment