This website works better with JavaScript.
Explore
Help
Register
Sign In
sashamnc
/
test_suite
Watch
1
Star
0
Fork
You've already forked test_suite
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5024453dbb
test_suite
/
Jenkinsfile
12 lines
187 B
Groovy
Raw
Blame
History
pipeline
{
agent
any
stages
{
stage
(
'Test'
)
{
steps
{
echo
'Testing..'
sh
'npm run cy:run:web'
}
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink