-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from 5minds/develop
Create a new release (for current engine)
- Loading branch information
Showing
6 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
robotframework-processcube | ||
#robotframework-processcube | ||
robotframework-processcube-3.12.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
FROM python:3 | ||
FROM python:3.12.7 | ||
|
||
ARG PROCESS_CUBE_LIBRARY_VERSION | ||
|
||
WORKDIR /robot | ||
|
||
RUN pip install --upgrade pip | ||
RUN pip install --upgrade pip setuptools wheel | ||
|
||
RUN pip install robotframework robotframework-jsonlibrary robotframework-processcube==${PROCESS_CUBE_LIBRARY_VERSION} | ||
RUN pip install aiohttp --no-binary :all: | ||
|
||
RUN pip install robotframework-processcube==${PROCESS_CUBE_LIBRARY_VERSION} | ||
|
||
CMD robot **/*.robot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
wheel==0.44.0 | ||
processcube-client==4.0.0 | ||
docker==6.1.3 | ||
#docker==6.1.3 | ||
docker==7.1.0 | ||
requests>=2.31.0 | ||
robotframework>=6.1.1 | ||
six==1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters