Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Lowcoder end-to-end tests

NotificationsYou must be signed in to change notification settings

lowcoder-org/lowcoder-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To build the image run:

docker build -t lowcoderorg/lowcoder-tests -f docker/Dockerfile docker/ --no-cache

If you need to change the default playwright version (currently v1.45) add build argument to the build:

docker build -t lowcoderorg/lowcoder-tests --build-arg=PLAYWRIGHT_VERSION=1.40 -f docker/Dockerfile docker/ --no-cache

Running tests

Using --ipc=host is recommended when using Chrome (Docker docs). Chrome can run out of memory without this flag.

docker run -it --rm --ipc=host -v ./playwright:/app lowcoderorg/lowcoder-tests

To configure to which lowcoder instance playwright is connecting, setLOWCODER_BASE_URL inplaywright/.env file.
Please be aware that when run with docker, localhost is translated to the actual container, so set IP address of your host if lowcoder is running on your host.
By default when run with docker, it connects to your host on port 3000.

Once tests are finished, you can find html reposrts and videos inplaywright/report folder.

Writing tests

To build and run and debug tests on your computer, you can use this setup:https://playwright.dev/docs/getting-started-vscode

About

Lowcoder end-to-end tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp