Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting custom launch description #158

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

thomaswinkler
Copy link
Contributor

With a lot of launches in our test runs it is really hard to find a specific launch before launches being merged. For all launches the same static launch description is used. With setLaunchStatus there is a custom Cypress command to update launch information from the tests, but there is no way to change / update the launch description.

By using new setLaunchDescription custom Cypress command, users can set / append strings to the description of the current launch (on runEnd). Seems like only appending currently works.

before(() => {
  cy.setLaunchDescription('\nAppend to launch description')
});

For the example to work reliably in before hook, #156 needs to be fixed.

* develop:
  5.1.1 -> 5.1.2-SNAPSHOT
  Mention 5.1.1 version in changelog file
  5.1.1
  Update VERSION file with 5.1.1
  Update changelog
  EPMRPP-81509 || Add mergeOptions config
  Fix passing mode property from config options (reportportal#142)
  Finish skipped tests (reportportal#141)
  Bump decode-uri-component from 0.2.0 to 0.2.2 (reportportal#136)
  Bump minimatch from 3.0.4 to 3.0.5 (reportportal#143)
  Bump qs from 6.5.2 to 6.5.3 (reportportal#137)
  Use patch version fragment
  5.1.0 -> 5.1.1-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant