make Jenkins install playwright browsers
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
This commit is contained in:
parent
e1044b58b7
commit
cda903175c
|
@ -15,6 +15,7 @@ agent any
|
||||||
}
|
}
|
||||||
stage('test'){
|
stage('test'){
|
||||||
steps{
|
steps{
|
||||||
|
sh 'npx playwright install'
|
||||||
sh 'npx playwright test'
|
sh 'npx playwright test'
|
||||||
sh 'rm -r pack'
|
sh 'rm -r pack'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue