FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-java/modules/selenium/build.gradle at master · testfailed/testcontainers-java · GitHub
testfailed
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
304
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testcontainers-java
/
modules
/
selenium
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (13 loc) · 686 Bytes
Breadcrumbs
testcontainers-java
/
modules
/
selenium
/
build.gradle
Copy path
File metadata and controls
17 lines (13 loc) · 686 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description
=
"
Testcontainers :: Selenium
"
dependencies
{
api project(
'
:testcontainers
'
)
provided
'
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
'
provided
'
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
'
testImplementation
'
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
'
testImplementation
'
org.seleniumhq.selenium:selenium-support:3.141.59
'
testImplementation
'
org.mortbay.jetty:jetty:6.1.26
'
testImplementation project(
'
:nginx
'
)
testImplementation
'
org.rnorth.visible-assertions:visible-assertions:2.1.2
'
compileOnly
'
org.jetbrains:annotations:23.0.0
'
testCompileClasspath
'
org.jetbrains:annotations:23.0.0
'
}
Back
|
FazBrowse Home
|
New Git URL