Sha256: dd85c4381fc61d079018531f2d7b7577a85cfc8d43801bcfcd90c592f0580158
Contents?: true
Size: 1010 Bytes
Versions: 26
Compression:
Stored size: 1010 Bytes
Contents
# Do not generate allure report since it always adds a failed test to the report. The job runs a test where 1 example would always fail and assert exit code via custom script bin/expect_exit_code_and_text ce:sanity-framework: variables: QA_GENERATE_ALLURE_REPORT: "false" QA_EXPORT_TEST_METRICS: "false" script: - ./bin/expect_exit_code_and_text "bundle exec exe/gitlab-qa Test::Instance::Image ${RELEASE:=CE} -- --tag framework" 1 "2 examples, 1 failure" extends: - .rules:ce-never-when-triggered-by-feature-flag-definition-change - .test - .high-capacity - .ce-variables ee:sanity-framework: variables: QA_GENERATE_ALLURE_REPORT: "false" QA_EXPORT_TEST_METRICS: "false" script: - ./bin/expect_exit_code_and_text "bundle exec exe/gitlab-qa Test::Instance::Image ${RELEASE:=EE} -- --tag framework" 1 "2 examples, 1 failure" extends: - .rules:ee-never-when-triggered-by-feature-flag-definition-change - .test - .high-capacity - .ee-variables
Version data entries
26 entries across 26 versions & 1 rubygems