Adds a result to the result map with the given identifier.
void setStepResultForIdentifier(String identifier, RPResult stepResult) { results[identifier] = stepResult; }