This file contains hidden or 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
| 2019-11-12 22:55:08,742 [1311458] INFO - .base.scope.scopes.TimingScope - ==== TIMING REPORT ==== | |
| 2019-11-12 22:55:08,742 [1311458] INFO - .base.scope.scopes.TimingScope - BazelInfo: 987ms | |
| 2019-11-12 22:55:08,743 [1311459] INFO - base.scope.scopes.IdeaLogScope - Computing VCS working set... | |
| 2019-11-12 22:55:08,743 [1311459] INFO - base.scope.scopes.IdeaLogScope - Your working set is empty | |
| 2019-11-12 22:55:08,743 [1311459] INFO - base.scope.scopes.IdeaLogScope - Querying targets in project directories... | |
| 2019-11-12 22:55:08,743 [1311459] INFO - base.scope.scopes.IdeaLogScope - Command: bazel query --tool_tag=ijwb:IDEA:ultimate --output=label_kind --keep_going "attr(\"tags\", \"^((?!manual).)*$\", //...:all - //bazel-bin/...:all - //bazel-genfiles/...:all - //bazel-out/...:all - //bazel-testlogs/...:all - //bazel-selenium/...:all - //.ijwb/...:all - //buck-out/...:all - //java/client/build/...:all - //java/server/build/...:all - //node_modules/...:all)" -- | |
| 2019-11-12 22:55:09,104 [1311820] |
This file contains hidden or 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
| C:\devel\selenium>bazel query --tool_tag=ijwb:IDEA:ultimate --output=label_kind --keep_going "attr(\"tags\", \"^((?!manual).)*$\", //...:all - //bazel-bin/...:all - //bazel-genfiles/...:all - //bazel-out/...:all - //bazel-testlogs/...:all - //bazel-selenium/...:all - //.ijwb/...:all - //buck-out/...:all - //java/client/build/...:all - //java/server/build/...:all - //node_modules/...:all)" -- | |
| INFO: Writing tracer profile to 'C:/users/alexei/_bazel_alexei/kgg5xw4a/command.profile.gz' | |
| ERROR: error loading package 'dotnet/test/common': in C:/devel/selenium/dotnet/nunit-test.bzl: Unable to find package for @io_bazel_rules_dotnet//dotnet/private:providers.bzl: The repository '@io_bazel_rules_dotnet' could not be resolved. | |
| ERROR: error loading package 'dotnet/test/support': in C:/devel/selenium/dotnet/nunit-test.bzl: Unable to find package for @io_bazel_rules_dotnet//dotnet/private:providers.bzl: The repository '@io_bazel_rules_dotnet' could not be resolved. | |
| ERROR: Skipping '//bazel-bin/...:all': no targets found be |
This file contains hidden or 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
| Syncing project: Initial directory update (no_build)... | |
| Updating VCS... | |
| Command: bazel info --tool_tag=ijwb:IDEA:ultimate --curses=no --color=yes --progress_in_terminal_title=no -- | |
| Running Bazel info... | |
| Command: git diff --name-status --no-renames 8c2b31ea683d958f476fd04680587c9815b3d6b3 | |
| 2019/11/12 22:36:33 Downloading https://releases.bazel.build/1.1.0/release/bazel-1.1.0-windows-x86_64.exe... | |
| Extracting Bazel installation... | |
| Starting local Bazel server and connecting to it... |
This file contains hidden or 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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta name="GENERATOR" content="Xenu Link Sleuth 1.3.8"> | |
| <title>Broken link report for October 18, 2019 at 08:32:56</title> | |
| </head> | |
| <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000"> | |
| <a name="top"></a><h1>Broken link report</h1> |
This file contains hidden or 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
| (venv) C:\devel\homework\py\benavir\python_training>pytest --alluredir="allure-report" test\test_add_group.py | |
| =========================================================================================================================== test session starts =========================================================================================================================== | |
| platform win32 -- Python 3.7.4, pytest-5.2.1, py-1.8.0, pluggy-0.13.0 | |
| rootdir: C:\devel\homework\py\benavir\python_training | |
| plugins: allure-pytest-2.8.6, forked-1.1.1, xdist-1.29.0 | |
| collected 6 items | |
| test\test_add_group.py ...... |
This file contains hidden or 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
| C:\devel\homework\java\Jula77\java_learn\addressbook-web-tests2>gradlew rf | |
| > Task :rf | |
| WARNING: An illegal reflective access operation has occurred | |
| WARNING: Illegal reflective access by org.python.core.PySystemState (file:/C:/Users/alexei/.gradle/caches/modules-2/files-2.1/org.robotframework/robotframework/3.1.2/20270c196dd990de7299ee22b85c43aa006a213f/robotframework-3.1.2.jar) to method java.io.Console.encoding() | |
| WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState | |
| WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
| WARNING: All illegal access operations will be denied in a future release | |
| 15:55:52.182 [MainThread] INFO o.p.n.u.internal.PlatformDependent - Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability. | |
| ======================================================================= |
This file contains hidden or 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
| package run.me; | |
| import com.github.kklisura.cdt.protocol.commands.*; | |
| import com.github.kklisura.cdt.protocol.commands.Runtime; | |
| import com.github.kklisura.cdt.services.ChromeDevToolsService; | |
| import com.github.kklisura.cdt.services.ChromeService; | |
| import com.github.kklisura.cdt.services.WebSocketService; | |
| import com.github.kklisura.cdt.services.config.ChromeDevToolsServiceConfiguration; | |
| import com.github.kklisura.cdt.services.impl.ChromeDevToolsServiceImpl; | |
| import com.github.kklisura.cdt.services.impl.ChromeServiceImpl; |
This file contains hidden or 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
| require 'pp' | |
| require 'open3' | |
| require 'rake/task' | |
| require 'rake_tasks/selenium_rake/checks' | |
| require 'rakelib/bazel/task' | |
| require 'rakelib/rake/dsl' | |
| module Bazel | |
| class << self | |
| def execute(kind, args, target, &block) |
This file contains hidden or 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
| _BROWSERS = { | |
| "chrome": { | |
| "pytest_options": ["--driver=Chrome"], | |
| }, | |
| "edge": { | |
| "pytest_options": ["--driver=Edge"], | |
| }, | |
| "ie": { | |
| "pytest_options": ["--driver=Ie"], | |
| }, |
This file contains hidden or 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
| Started by user admin | |
| Running as SYSTEM | |
| Building in workspace C:\Users\alexei\.jenkins\workspace\pytest_example | |
| No credentials specified | |
| Cloning the remote Git repository | |
| Cloning repository https://github.com/AlinaSapaeva/python_training | |
| > git.exe init C:\Users\alexei\.jenkins\workspace\pytest_example # timeout=10 | |
| Fetching upstream changes from https://github.com/AlinaSapaeva/python_training | |
| > git.exe --version # timeout=10 | |
| > git.exe fetch --tags --force --progress -- https://github.com/AlinaSapaeva/python_training +refs/heads/*:refs/remotes/origin/* |