Skip to content

Instantly share code, notes, and snippets.

View vojtech-cerveny's full-sized avatar
🦊
Foxy fox

Vojtěch Červený vojtech-cerveny

🦊
Foxy fox
  • Sequenex
  • Ostrava, Czech Republic
View GitHub Profile
@vojtech-cerveny
vojtech-cerveny / gist:c57391969a2b8682fcfe2c164d44728d
Created June 16, 2020 12:28
gist log wdio multiremote + devTools
$ yarn test:e2e
yarn run v1.21.1
$ npx wdio wdio.conf.js
Execution of 1 spec files started at 2020-06-16T11:59:11.824Z
2020-06-16T11:59:12.031Z INFO @wdio/cli:launcher: Run onPrepare hook
2020-06-16T11:59:12.035Z INFO @wdio/cli:launcher: Run onWorkerStart hook
2020-06-16T11:59:12.036Z INFO @wdio/local-runner: Start worker 0-0 with arg: wdio.conf.js
[0-0] 2020-06-16T11:59:12.281Z INFO @wdio/local-runner: Run worker command: run
const feedbackMachine = Machine({
id: 'comment',
initial: 'comment_tab_closed',
context: {
text: null,
resolved: false,
hasResponses: false,
},
states: {
comment_tab_closed: {
const feedbackMachine = Machine({
id: 'comment',
initial: 'comment_tab_closed',
context: {
text: null,
resolved: false,
hasResponses: false,
},
states: {
comment_tab_closed: {
// cypress.json
{
"chromeWebSecurity": false
}
//test.spec.js
/// <reference types="cypress" />
context('Actions', () => {
const feedbackMachine = Machine({
id: 'comment',
initial: 'comment_tab_closed',
//context: {
// commentWasChanged: undefined,
// commentWasDeleted: undefined,
// commentWasAdded: undefined
//},
states: {
comment_tab_closed: {
const feedbackMachine = Machine({
id: 'comment',
initial: 'comment_tab_closed',
//context: { wasClosed: false },
states: {
comment_tab_closed: {
on: {
OPEN_COMMENTS: 'comment_tab_opened',
},
meta: {
import React from "react";
import {
Form,
Input,
Tooltip,
Icon,
Select,
DatePicker,
Checkbox,
Button,
{
"ClientId":"someInteresingSecretApp",
"Plan":"SecretPlan",
"Uid":"SecretName",
"RoleHash":"SecretRole",
"Role":"",
"CustomCss":"",
"AppSettings":{
"TopBarEnabled":false,
"TopBarLogoEnabled":true,

Single Job Container Example

This example shows how to run a container with CloverDX Server for a specific job. The image already contains a sandbox and uses an embedded Derby database. When the job finishes execution, the container is stopped.

Running the example

  • Build the base image

docker build -t cloverdx-server .

<div class="row">
<div class="col s12">
<ul class="collapsible">
<li class="">
<div class="collapsible-header icon-block center">
<h2 class="center brown-text"><i class="material-icons">star</i></h2><br>
<h5 class="center">Informace o nás a naše cíle</h5>
</div>
<div class="collapsible-body flow-text" style="display: none;">