Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
f362c243
Commit
f362c243
authored
1 year ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
[ivette/tests] Use dune exec for launching 'yarn playwright test'.
parent
a5060950
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
ivette/Makefile
+3
-3
3 additions, 3 deletions
ivette/Makefile
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
f362c243
...
@@ -233,7 +233,7 @@ ivette-tests:
...
@@ -233,7 +233,7 @@ ivette-tests:
-
make clean && make && make -C ivette dist
-
make clean && make && make -C ivette dist
-
cd ivette
-
cd ivette
-
cp dist/renderer/* dist/main/
-
cp dist/renderer/* dist/main/
-
xvfb-run --auto-servernum -e /dev/stdout -s "-screen 0 1920x1080x24 -ac -nolisten tcp -nolisten unix" yarn playwright test --headed
-
xvfb-run --auto-servernum -e /dev/stdout -s "-screen 0 1920x1080x24 -ac -nolisten tcp -nolisten unix"
dune exec --
yarn playwright test --headed
artifacts
:
artifacts
:
paths
:
paths
:
-
ivette/test-results
-
ivette/test-results
...
...
This diff is collapsed.
Click to expand it.
ivette/Makefile
+
3
−
3
View file @
f362c243
...
@@ -281,16 +281,16 @@ endif
...
@@ -281,16 +281,16 @@ endif
tests
:
dist
tests
:
dist
@
cp
dist/renderer/
*
dist/main/
@
cp
dist/renderer/
*
dist/main/
@
echo
"[Ivette] running tests"
@
echo
"[Ivette] running tests"
@
yarn playwright
test
@
dune
exec
--
yarn playwright
test
tests-e2e
:
dist
tests-e2e
:
dist
@
cp
dist/renderer/
*
dist/main/
@
cp
dist/renderer/
*
dist/main/
@
echo
"[Ivette] running tests (e2e)"
@
echo
"[Ivette] running tests (e2e)"
@
yarn playwright
test
tests/e2e
@
dune
exec
--
yarn playwright
test
tests/e2e
tests-monkey
:
dist
tests-monkey
:
dist
@
cp
dist/renderer/
*
dist/main/
@
cp
dist/renderer/
*
dist/main/
@
echo
"[Ivette] running tests (monkey)"
@
echo
"[Ivette] running tests (monkey)"
@
yarn playwright
test
tests/monkey
@
dune
exec
--
yarn playwright
test
tests/monkey
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
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