github.com/kubeshop/testkube@v1.17.23/test/cypress/executor-tests/crd/crd.yaml (about) 1 apiVersion: tests.testkube.io/v3 2 kind: Test 3 metadata: 4 name: cypress-13-executor-smoke-electron 5 labels: 6 core-tests: executors 7 spec: 8 type: cypress:v13/test 9 content: 10 type: git 11 repository: 12 type: git 13 uri: https://github.com/kubeshop/testkube 14 branch: main 15 path: test/cypress/executor-tests/cypress-13 16 executionRequest: 17 variables: 18 CYPRESS_CUSTOM_ENV: 19 name: CYPRESS_CUSTOM_ENV 20 value: CYPRESS_CUSTOM_ENV_value 21 type: basic 22 args: 23 - --env 24 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 25 - --config 26 - video=false 27 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 28 activeDeadlineSeconds: 600 29 --- 30 apiVersion: tests.testkube.io/v3 31 kind: Test 32 metadata: 33 name: cypress-13-executor-smoke-chrome 34 labels: 35 core-tests: executors 36 spec: 37 type: cypress:v13/test 38 content: 39 type: git 40 repository: 41 type: git 42 uri: https://github.com/kubeshop/testkube 43 branch: main 44 path: test/cypress/executor-tests/cypress-13 45 executionRequest: 46 variables: 47 CYPRESS_CUSTOM_ENV: 48 name: CYPRESS_CUSTOM_ENV 49 value: CYPRESS_CUSTOM_ENV_value 50 type: basic 51 args: 52 - --browser 53 - chrome 54 - --env 55 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 56 - --config 57 - video=false 58 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 59 activeDeadlineSeconds: 600 60 --- 61 apiVersion: tests.testkube.io/v3 62 kind: Test 63 metadata: 64 name: cypress-13-executor-smoke-firefox 65 labels: 66 core-tests: executors 67 spec: 68 type: cypress:v13/test 69 content: 70 type: git 71 repository: 72 type: git 73 uri: https://github.com/kubeshop/testkube 74 branch: main 75 path: test/cypress/executor-tests/cypress-13 76 executionRequest: 77 variables: 78 CYPRESS_CUSTOM_ENV: 79 name: CYPRESS_CUSTOM_ENV 80 value: CYPRESS_CUSTOM_ENV_value 81 type: basic 82 args: 83 - --browser 84 - chrome 85 - --env 86 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 87 - --config 88 - video=false 89 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 90 activeDeadlineSeconds: 600 91 --- 92 93 94 95 apiVersion: tests.testkube.io/v3 96 kind: Test 97 metadata: 98 name: cypress-12-executor-smoke-electron 99 labels: 100 core-tests: executors 101 spec: 102 type: cypress:v12/test 103 content: 104 type: git 105 repository: 106 type: git 107 uri: https://github.com/kubeshop/testkube 108 branch: main 109 path: test/cypress/executor-tests/cypress-12 110 executionRequest: 111 variables: 112 CYPRESS_CUSTOM_ENV: 113 name: CYPRESS_CUSTOM_ENV 114 value: CYPRESS_CUSTOM_ENV_value 115 type: basic 116 args: 117 - --env 118 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 119 - --config 120 - video=false 121 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 122 activeDeadlineSeconds: 600 123 --- 124 apiVersion: tests.testkube.io/v3 125 kind: Test 126 metadata: 127 name: cypress-12-executor-smoke-chrome 128 labels: 129 core-tests: executors 130 spec: 131 type: cypress:v12/test 132 content: 133 type: git 134 repository: 135 type: git 136 uri: https://github.com/kubeshop/testkube 137 branch: main 138 path: test/cypress/executor-tests/cypress-12 139 executionRequest: 140 variables: 141 CYPRESS_CUSTOM_ENV: 142 name: CYPRESS_CUSTOM_ENV 143 value: CYPRESS_CUSTOM_ENV_value 144 type: basic 145 args: 146 - --browser 147 - chrome 148 - --env 149 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 150 - --config 151 - video=false 152 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 153 activeDeadlineSeconds: 600 154 --- 155 apiVersion: tests.testkube.io/v3 156 kind: Test 157 metadata: 158 name: cypress-12-executor-smoke-firefox 159 labels: 160 core-tests: executors 161 spec: 162 type: cypress:v12/test 163 content: 164 type: git 165 repository: 166 type: git 167 uri: https://github.com/kubeshop/testkube 168 branch: main 169 path: test/cypress/executor-tests/cypress-12 170 executionRequest: 171 variables: 172 CYPRESS_CUSTOM_ENV: 173 name: CYPRESS_CUSTOM_ENV 174 value: CYPRESS_CUSTOM_ENV_value 175 type: basic 176 args: 177 - --browser 178 - chrome 179 - --env 180 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 181 - --config 182 - video=false 183 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 184 activeDeadlineSeconds: 600 185 --- 186 apiVersion: tests.testkube.io/v3 187 kind: Test 188 metadata: 189 name: cypress-11-executor-smoke-electron 190 labels: 191 core-tests: executors 192 spec: 193 type: cypress:v11/test 194 content: 195 type: git 196 repository: 197 type: git 198 uri: https://github.com/kubeshop/testkube 199 branch: main 200 path: test/cypress/executor-tests/cypress-11 201 executionRequest: 202 variables: 203 CYPRESS_CUSTOM_ENV: 204 name: CYPRESS_CUSTOM_ENV 205 value: CYPRESS_CUSTOM_ENV_value 206 type: basic 207 args: 208 - --env 209 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 210 - --config 211 - video=false 212 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 213 activeDeadlineSeconds: 180 214 --- 215 apiVersion: tests.testkube.io/v3 216 kind: Test 217 metadata: 218 name: cypress-11-executor-smoke-chrome 219 labels: 220 core-tests: executors 221 spec: 222 type: cypress:v11/test 223 content: 224 type: git 225 repository: 226 type: git 227 uri: https://github.com/kubeshop/testkube 228 branch: main 229 path: test/cypress/executor-tests/cypress-11 230 executionRequest: 231 variables: 232 CYPRESS_CUSTOM_ENV: 233 name: CYPRESS_CUSTOM_ENV 234 value: CYPRESS_CUSTOM_ENV_value 235 type: basic 236 args: 237 - --browser 238 - chrome 239 - --env 240 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 241 - --config 242 - video=false 243 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 244 activeDeadlineSeconds: 180 245 --- 246 apiVersion: tests.testkube.io/v3 247 kind: Test 248 metadata: 249 name: cypress-11-executor-smoke-firefox 250 labels: 251 core-tests: executors 252 spec: 253 type: cypress:v11/test 254 content: 255 type: git 256 repository: 257 type: git 258 uri: https://github.com/kubeshop/testkube 259 branch: main 260 path: test/cypress/executor-tests/cypress-11 261 executionRequest: 262 variables: 263 CYPRESS_CUSTOM_ENV: 264 name: CYPRESS_CUSTOM_ENV 265 value: CYPRESS_CUSTOM_ENV_value 266 type: basic 267 args: 268 - --browser 269 - chrome 270 - --env 271 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 272 - --config 273 - video=false 274 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 275 activeDeadlineSeconds: 180 276 --- 277 apiVersion: tests.testkube.io/v3 278 kind: Test 279 metadata: 280 name: cypress-default-executor-smoke-electron 281 labels: 282 core-tests: executors 283 spec: 284 type: cypress/project 285 content: 286 type: git 287 repository: 288 type: git 289 uri: https://github.com/kubeshop/testkube 290 branch: main 291 path: test/cypress/executor-tests/cypress-12 292 executionRequest: 293 variables: 294 CYPRESS_CUSTOM_ENV: 295 name: CYPRESS_CUSTOM_ENV 296 value: CYPRESS_CUSTOM_ENV_value 297 type: basic 298 args: 299 - --env 300 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 301 - --config 302 - video=false 303 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 304 activeDeadlineSeconds: 600 305 --- 306 apiVersion: tests.testkube.io/v3 307 kind: Test 308 metadata: 309 name: cypress-default-executor-smoke-video-recording-enabled 310 labels: 311 core-tests: executors 312 spec: 313 type: cypress/project 314 content: 315 type: git 316 repository: 317 type: git 318 uri: https://github.com/kubeshop/testkube 319 branch: main 320 path: test/cypress/executor-tests/cypress-12 321 executionRequest: 322 variables: 323 CYPRESS_CUSTOM_ENV: 324 name: CYPRESS_CUSTOM_ENV 325 value: CYPRESS_CUSTOM_ENV_value 326 type: basic 327 args: 328 - --env 329 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 330 - --config 331 - video=true 332 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 333 activeDeadlineSeconds: 600 334 --- 335 apiVersion: tests.testkube.io/v3 336 kind: Test 337 metadata: 338 name: cypress-default-executor-smoke-yarn 339 labels: 340 core-tests: executors 341 spec: 342 type: cypress/project 343 content: 344 type: git 345 repository: 346 type: git 347 uri: https://github.com/kubeshop/testkube 348 branch: main 349 path: test/cypress/executor-tests/cypress-12 350 executionRequest: 351 variables: 352 CYPRESS_CUSTOM_ENV: 353 name: CYPRESS_CUSTOM_ENV 354 value: CYPRESS_CUSTOM_ENV_value 355 type: basic 356 DEPENDENCY_MANAGER: 357 name: DEPENDENCY_MANAGER 358 value: yarn 359 type: basic 360 args: 361 - --env 362 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 363 - --config 364 - video=false 365 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 366 activeDeadlineSeconds: 600 367 --- 368 apiVersion: tests.testkube.io/v3 369 kind: Test 370 metadata: 371 name: cypress-default-executor-smoke-electron-git-dir 372 labels: 373 core-tests: executors 374 spec: 375 type: cypress/project 376 content: 377 type: git-dir # backwards compatibility check 378 repository: 379 type: git 380 uri: https://github.com/kubeshop/testkube 381 branch: main 382 path: test/cypress/executor-tests/cypress-12 383 executionRequest: 384 variables: 385 CYPRESS_CUSTOM_ENV: 386 name: CYPRESS_CUSTOM_ENV 387 value: CYPRESS_CUSTOM_ENV_value 388 type: basic 389 args: 390 - --env 391 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 392 - --config 393 - video=false 394 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 395 activeDeadlineSeconds: 600 396 --- 397 # cypress-default-executor-smoke-electron-testsource TestSource 398 apiVersion: tests.testkube.io/v1 399 kind: TestSource 400 metadata: 401 name: testsource-cypress-default-executor-smoke-electron-testsource 402 spec: 403 type: git 404 repository: 405 type: git 406 uri: https://github.com/kubeshop/testkube.git 407 branch: main 408 path: test/cypress/executor-tests/cypress-12 409 --- 410 # cypress-default-executor-smoke-electron-testsource - Test 411 apiVersion: tests.testkube.io/v3 412 kind: Test 413 metadata: 414 name: cypress-default-executor-smoke-electron-testsource 415 spec: 416 type: cypress/project 417 content: 418 repository: 419 path: test/cypress/executor-tests/cypress-12 420 source: testsource-cypress-default-executor-smoke-electron-testsource 421 executionRequest: 422 variables: 423 CYPRESS_CUSTOM_ENV: 424 name: CYPRESS_CUSTOM_ENV 425 value: CYPRESS_CUSTOM_ENV_value 426 type: basic 427 args: 428 - --env 429 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 430 - --config 431 - video=false 432 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 433 activeDeadlineSeconds: 600 434 --- 435 # cypress-default-executor-smoke-electron-testsource-git-dir - TestSource 436 apiVersion: tests.testkube.io/v1 437 kind: TestSource 438 metadata: 439 name: testsource-cypress-default-executor-smoke-electron-testsource-git-dir 440 spec: 441 type: git-dir # backwards compatibility check 442 repository: 443 type: git 444 uri: https://github.com/kubeshop/testkube.git 445 branch: main 446 path: test/cypress/executor-tests/cypress-12 447 --- 448 # cypress-default-executor-smoke-electron-testsource-git-dir - Test 449 apiVersion: tests.testkube.io/v3 450 kind: Test 451 metadata: 452 name: cypress-default-executor-smoke-electron-testsource-git-dir 453 spec: 454 type: cypress/project 455 content: 456 repository: 457 path: test/cypress/executor-tests/cypress-12 458 source: testsource-cypress-default-executor-smoke-electron-testsource-git-dir 459 executionRequest: 460 variables: 461 CYPRESS_CUSTOM_ENV: 462 name: CYPRESS_CUSTOM_ENV 463 value: CYPRESS_CUSTOM_ENV_value 464 type: basic 465 args: 466 - --env 467 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 468 - --config 469 - video=false 470 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 471 activeDeadlineSeconds: 600 472 --- 473 apiVersion: tests.testkube.io/v3 474 kind: Test 475 metadata: 476 name: cypress-10-executor-smoke-electron 477 labels: 478 core-tests: executors 479 spec: 480 type: cypress:v10/test 481 content: 482 type: git 483 repository: 484 type: git 485 uri: https://github.com/kubeshop/testkube 486 branch: main 487 path: test/cypress/executor-tests/cypress-10 488 executionRequest: 489 variables: 490 CYPRESS_CUSTOM_ENV: 491 name: CYPRESS_CUSTOM_ENV 492 value: CYPRESS_CUSTOM_ENV_value 493 type: basic 494 args: 495 - --env 496 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 497 - --config 498 - video=false 499 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 500 activeDeadlineSeconds: 180 501 --- 502 apiVersion: tests.testkube.io/v3 503 kind: Test 504 metadata: 505 name: cypress-10-executor-smoke-chrome 506 labels: 507 core-tests: executors 508 spec: 509 type: cypress:v10/test 510 content: 511 type: git 512 repository: 513 type: git 514 uri: https://github.com/kubeshop/testkube 515 branch: main 516 path: test/cypress/executor-tests/cypress-10 517 executionRequest: 518 variables: 519 CYPRESS_CUSTOM_ENV: 520 name: CYPRESS_CUSTOM_ENV 521 value: CYPRESS_CUSTOM_ENV_value 522 type: basic 523 args: 524 - --browser 525 - chrome 526 - --env 527 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 528 - --config 529 - video=false 530 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 531 activeDeadlineSeconds: 180 532 --- 533 apiVersion: tests.testkube.io/v3 534 kind: Test 535 metadata: 536 name: cypress-10-executor-smoke-firefox 537 labels: 538 core-tests: executors 539 spec: 540 type: cypress:v10/test 541 content: 542 type: git 543 repository: 544 type: git 545 uri: https://github.com/kubeshop/testkube 546 branch: main 547 path: test/cypress/executor-tests/cypress-10 548 executionRequest: 549 variables: 550 CYPRESS_CUSTOM_ENV: 551 name: CYPRESS_CUSTOM_ENV 552 value: CYPRESS_CUSTOM_ENV_value 553 type: basic 554 args: 555 - --browser 556 - firefox 557 - --env 558 - NON_CYPRESS_ENV=NON_CYPRESS_ENV_value 559 - --config 560 - video=false 561 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 562 activeDeadlineSeconds: 180 563 --- 564 apiVersion: tests.testkube.io/v3 565 kind: Test 566 metadata: 567 name: cypress-9-executor-smoke-electron 568 labels: 569 core-tests: executors 570 spec: 571 type: cypress:v9/test 572 content: 573 type: git 574 repository: 575 type: git 576 uri: https://github.com/kubeshop/testkube 577 branch: main 578 path: test/cypress/executor-tests/cypress-9 579 executionRequest: 580 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 581 activeDeadlineSeconds: 180 582 --- 583 apiVersion: tests.testkube.io/v3 584 kind: Test 585 metadata: 586 name: cypress-9-executor-smoke-chrome 587 labels: 588 core-tests: executors 589 spec: 590 type: cypress:v9/test 591 content: 592 type: git 593 repository: 594 type: git 595 uri: https://github.com/kubeshop/testkube 596 branch: main 597 path: test/cypress/executor-tests/cypress-9 598 executionRequest: 599 args: 600 - --browser 601 - chrome 602 - --config 603 - video=false 604 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 605 activeDeadlineSeconds: 180 606 --- 607 apiVersion: tests.testkube.io/v3 608 kind: Test 609 metadata: 610 name: cypress-9-executor-smoke-firefox 611 labels: 612 core-tests: executors 613 spec: 614 type: cypress:v9/test 615 content: 616 type: git 617 repository: 618 type: git 619 uri: https://github.com/kubeshop/testkube 620 branch: main 621 path: test/cypress/executor-tests/cypress-9 622 executionRequest: 623 args: 624 - --browser 625 - firefox 626 - --config 627 - video=false 628 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 629 activeDeadlineSeconds: 180 630 --- 631 apiVersion: tests.testkube.io/v3 632 kind: Test 633 metadata: 634 name: cypress-8-executor-smoke-electron 635 labels: 636 core-tests: executors 637 spec: 638 type: cypress:v8/test 639 content: 640 type: git 641 repository: 642 type: git 643 uri: https://github.com/kubeshop/testkube 644 branch: main 645 path: test/cypress/executor-tests/cypress-8 646 executionRequest: 647 args: 648 - --config 649 - video=false 650 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 651 activeDeadlineSeconds: 180 652 --- 653 apiVersion: tests.testkube.io/v3 654 kind: Test 655 metadata: 656 name: cypress-8-executor-smoke-chrome 657 labels: 658 core-tests: executors 659 spec: 660 type: cypress:v8/test 661 content: 662 type: git 663 repository: 664 type: git 665 uri: https://github.com/kubeshop/testkube 666 branch: main 667 path: test/cypress/executor-tests/cypress-8 668 executionRequest: 669 args: 670 - --browser 671 - chrome 672 - --config 673 - video=false 674 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 675 activeDeadlineSeconds: 180 676 --- 677 apiVersion: tests.testkube.io/v3 678 kind: Test 679 metadata: 680 name: cypress-8-executor-smoke-firefox 681 labels: 682 core-tests: executors 683 spec: 684 type: cypress:v8/test 685 content: 686 type: git 687 repository: 688 type: git 689 uri: https://github.com/kubeshop/testkube 690 branch: main 691 path: test/cypress/executor-tests/cypress-8 692 executionRequest: 693 args: 694 - --browser 695 - firefox 696 - --config 697 - video=false 698 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 2Gi\n cpu: 2\n" 699 activeDeadlineSeconds: 180 700 --- 701 apiVersion: tests.testkube.io/v3 702 kind: Test 703 metadata: 704 name: cypress-default-executor-smoke-electron-negative 705 labels: 706 core-tests: executors-negative 707 spec: 708 type: cypress/project 709 content: 710 type: git 711 repository: 712 type: git 713 uri: https://github.com/kubeshop/testkube 714 branch: main 715 path: test/cypress/executor-tests/cypress-12 716 executionRequest: 717 args: 718 - --some-incorrect-argument 719 negativeTest: true 720 jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n template:\n spec:\n containers:\n - name: \"{{ .Name }}\"\n image: {{ .Image }}\n resources:\n requests:\n memory: 1Gi\n cpu: 1\n" 721 activeDeadlineSeconds: 180